2001-01-10 |
Bodo Möller | After discussion with Richard, change the new API for... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Bodo Möller | It's silly to use a different default for PERL than... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Bodo Möller | Pass ${PERL} down to the Makefile in sub-directory... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Bodo Möller | Use $(PERL) in place of hard-coded perl |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Bodo Möller | Add new items: |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Bodo Möller | Last time I asked, no-one appeared to remember if these... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Bodo Möller | make indentation consistent |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Bodo Möller | Add SSLEAY_DIR argument code for SSLeay_version. |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Bodo Möller | 'char' argument to islower must be converted to 'unsign... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Bodo Möller | Add a pointer to digest options in the description... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Bodo Möller | Fix C code generate by 'openssl dsaparam -C'. |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Bodo Möller | Change prototypes for new CRYPTO_..._mem_ex_functions... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Richard Levitte | As response to a user request to be able to use externa... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Dr. Stephen... | Fix uni2asc() so it can properly convert zero length |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Ulf Möller | rsa_num is not used with NO_RSA |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Geoff Thorpe | oops, void functions shouldn't try and return a value... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Lutz Jänicke | Add automatic query of EGD sockets to RAND_poll().... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Geoff Thorpe | It was correctly pointed out to me that my CHANGES... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Lutz Jänicke | Don't cheat: when only getting several bytes from each... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Geoff Thorpe | Move all the existing function pointer casts associated... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Geoff Thorpe | Get rid of the function pointer casting in the debuggin... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Geoff Thorpe | This adds macros to implement (and/or declare) type... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Geoff Thorpe | Whilst in the process of fixing outstanding function... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Richard Levitte | Keep up with Unix code. It's beginning to be time... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Richard Levitte | Because /dev/urandom has a better chance of giving... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Dr. Stephen... | Add prototypes for new OCSP functions. |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Richard Levitte | Change RAND_poll for Unix to try a number of devices... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Dr. Stephen... | Add set of OCSP client functions. All experimental |
commit | commitdiff | tree | snapshot |
2001-01-07 |
Richard Levitte | Keep up with the Unixly changes. |
commit | commitdiff | tree | snapshot |
2001-01-05 |
Dr. Stephen... | Modify OCSP API to more closely reflect |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Dr. Stephen... | Fix typo in OCSP nonce extension. |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Dr. Stephen... | Update OCSP API. |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Dr. Stephen... | Fix the S/MIME code so it now works again and |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Richard Levitte | Make the DSO code for VMS work again. First attempt. |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Richard Levitte | The option line may start with a space, which gives... |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Richard Levitte | Look for no-krb5 and add the definition of NO_KRB5... |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Richard Levitte | Temporary measure: if no KRB5 is defined, add "no-krb5... |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Richard Levitte | Since asn1.h gets included recursively from many places... |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Dr. Stephen... | Rewrite PKCS#12 code and remove some of the old |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Richard Levitte | Remove RSAref-related things. |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Richard Levitte | Document. |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Richard Levitte | If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up... |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Richard Levitte | Define OPENSSL_EXPORT and OPENSSL_IMPORT and give OPENS... |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Richard Levitte | Remove anything connected to RSAref, since that's gone... |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Richard Levitte | Uhmm, the keyword TRUE does not exist of course... |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Dr. Stephen... | Delete PKCS#12 redundant files. |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Dr. Stephen... | ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of |
commit | commitdiff | tree | snapshot |
2000-12-29 |
Dr. Stephen... | Replace the old ASN1_dup() with ASN1_item_dup() and |
commit | commitdiff | tree | snapshot |
2000-12-29 |
Richard Levitte | Check for deselection of KRB5. In fact, skip it comple... |
commit | commitdiff | tree | snapshot |
2000-12-29 |
Richard Levitte | Correct a typo. |
commit | commitdiff | tree | snapshot |
2000-12-29 |
Richard Levitte | "make update" plus a rewrite of both .num files. |
commit | commitdiff | tree | snapshot |
2000-12-29 |
Richard Levitte | Enhancements to mkdef.pl: |
commit | commitdiff | tree | snapshot |
2000-12-28 |
Dr. Stephen... | ASN1_ITEM version of ASN1_dup(). Might want |
commit | commitdiff | tree | snapshot |
2000-12-28 |
Richard Levitte | Update VMS build procedures to match the current status. |
commit | commitdiff | tree | snapshot |
2000-12-28 |
Dr. Stephen... | Add NO_ASN1_OLD to remove some old style functions: |
commit | commitdiff | tree | snapshot |
2000-12-28 |
Dr. Stephen... | ASN1_ITEM versions of sign, verify, pack and unpack. |
commit | commitdiff | tree | snapshot |
2000-12-28 |
Dr. Stephen... | New OCSP extension functions. |
commit | commitdiff | tree | snapshot |
2000-12-27 |
Bodo Möller | Get rid of unused error code. |
commit | commitdiff | tree | snapshot |
2000-12-27 |
Dr. Stephen... | Avoid compiler warnings in hw_ubsec.c: unused static |
commit | commitdiff | tree | snapshot |
2000-12-27 |
Dr. Stephen... | X509V3_add_i2d() needs to be able to allocate a |
commit | commitdiff | tree | snapshot |
2000-12-26 |
Bodo Möller | Finish SSL_peek/SSL_pending fixes. |
commit | commitdiff | tree | snapshot |
2000-12-25 |
Bodo Möller | Fix SSL_peek and SSL_pending. |
commit | commitdiff | tree | snapshot |
2000-12-24 |
Dr. Stephen... | New function X509V3_add_i2d() this is used for |
commit | commitdiff | tree | snapshot |
2000-12-21 |
Geoff Thorpe | Re-order the options in tunala and add command switches... |
commit | commitdiff | tree | snapshot |
2000-12-21 |
Dr. Stephen... | Various Win32 related fixes. Doesn't compile yet on |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Geoff Thorpe | This adds support to 'tunala' for supplying DH paramete... |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Geoff Thorpe | Some minor changes to the "tunala" demo. |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Ulf Möller | branches have been merged. |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Ulf Möller | Stop build when an error occurs. |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Bodo Möller | Don't access non-existing element buf[256], use buf... |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Bodo Möller | Split a CHANGES entry so that one of the halves matches the |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Dr. Stephen... | Fixes to OCSP print code. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Bodo Möller | fix indentation |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Bodo Möller | Don't hold CRYPTO_LOCK_RSA during time-consuming operat... |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Bodo Möller | Add a comment (intended change) |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Bodo Möller | Import s2_pkt.c wbuf fixes from OpenSSL_0_9_6-stable... |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Bodo Möller | Comment correction. |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Bodo Möller | Obtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTX |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Bodo Möller | undo previous change: '-prexit' is already available... |
commit | commitdiff | tree | snapshot |
2000-12-17 |
Dr. Stephen... | Redo OCSP response printing. Remove duplicate or |
commit | commitdiff | tree | snapshot |
2000-12-17 |
Bodo Möller | When mentioning features that don't exist in current... |
commit | commitdiff | tree | snapshot |
2000-12-17 |
Bodo Möller | Simplify preprocessor statements. |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Dr. Stephen... | Add OCSP service locator extension. |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Richard Levitte | Do not poll DEVRANDOM if weäre building without an... |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Richard Levitte | Make sure each FAQ item has an index entry. |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Dr. Stephen... | Add support for the noCheck OCSP extension. This is |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Dr. Stephen... | Make mkdef.pl parse some ASN1 IMPLEMENT macros. |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Dr. Stephen... | Add a couple of FAQs. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Ulf Möller | "Andrew W. Gray" <agray@iconsinc.com> says /GD is no... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Bodo Möller | If CONF_get_string returns NULL and we want to tolerate... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Bodo Möller | Locking issues. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Dr. Stephen... | Implement some standard OCSP extensions in the v3 code... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Bodo Möller | The C version of bn_sub_part_words is needed not only |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Bodo Möller | Very few in the "README" is up-to-date |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Dr. Stephen... | Add OCSP nonce extension to supported extensions. |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Geoff Thorpe | Make a note of the new engine. |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Geoff Thorpe | This is an engine contributed by Broadcom - it is meant... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Dr. Stephen... | New function X509V3_extensions_print() this removes... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Bodo Möller | typo |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Bodo Möller | The BN_mul bug test apparently is no longer needed |
commit | commitdiff | tree | snapshot |
next |