- 2d4287d RIPEMD160 shape-up. Final touch. by Andy Polyakov · 26 years ago
- 87a25f9 Allow the extension section specified in config files to be overridden by Dr. Stephen Henson · 26 years ago
- f9150e5 Allow the 1.OU="my OU" syntax in 'ca' for SPKACs. by Dr. Stephen Henson · 26 years ago
- c79b16e Allow extensions to be added to certificate requests, update the sample by Dr. Stephen Henson · 26 years ago
- 7b65c32 Fix for a bug which meant encrypting BIOs sometimes wouldn't read the final by Dr. Stephen Henson · 26 years ago
- 13066ce Initial support for DH_METHOD. Also added a DH lock. A few changes made to by Dr. Stephen Henson · 26 years ago
- c0711f7 Initial support for DSA_METHOD... by Dr. Stephen Henson · 26 years ago
- 8484721 Allow memory bios to be read only and change PKCS#7 routines to use them. by Dr. Stephen Henson · 26 years ago
- de1915e Fix horrible (and hard to track down) bug in ssl23_get_client_hello: by Bodo Möller · 26 years ago
- c6c3450 Fix PKCS7_ENC_CONTENT_new() to include a sensible default content type and add by Dr. Stephen Henson · 26 years ago
- fd52057 Add functions to allow extensions to be added to certificate requests. by Dr. Stephen Henson · 26 years ago
- 87c49f6 Support for parsing of certificate extensions in PKCS#10 requests: these are by Dr. Stephen Henson · 26 years ago
- 1b1a6e7 -crlf option. by Bodo Möller · 26 years ago
- d91e201 Bump after tarball rolling. by Ralf S. Engelschall · 26 years ago
- 9a577e2 spelling by Bodo Möller · 26 years ago
- dfbaf95 Install libRSAglue.a when OpenSSL is build with RSAref. by Ralf S. Engelschall · 26 years ago
- 9639515 A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency. by Ralf S. Engelschall · 26 years ago
- ed7f60f Fix -startdate and -enddate arguments to 'ca' program. Also update NEWS file by Dr. Stephen Henson · 26 years ago
- 48c843c New function DSA_dup_DH, and fixes for bugs that were found by Bodo Möller · 26 years ago
- 41a6fde 0.9.4 won't be completed in July ... by Bodo Möller · 26 years ago
- 922180d Allow the PKCS#7 (S/MIME encrypt) application to support more than one by Dr. Stephen Henson · 26 years ago
- 5711994 Always use buildinf.h, which now includes the mk1mfinf.h data. by Bodo Möller · 26 years ago
- 3e3d2ea New function OBJ_obj2txt() by Dr. Stephen Henson · 26 years ago
- 770d19b New RSA flag RSA_FLAG_EXT_PKEY, to always call rsa_mod_exp. by Dr. Stephen Henson · 26 years ago
- 2e0fc87 Use correct CFLAG definition for makefile.one builds. by Bodo Möller · 26 years ago
- a0618e3 Added support for SPARC Linux. by Andy Polyakov · 26 years ago
- 74678cc Additional user data argument to pem_password_cb function type by Bodo Möller · 26 years ago
- 664b998 avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines, by Bodo Möller · 26 years ago
- 7363455 MIPS III/IV assembler module is reimplemented. by Andy Polyakov · 26 years ago
- 9c96248 SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER by Bodo Möller · 26 years ago
- e391116 New compile time option -DCRYPTO_MDEBUG_THREAD. by Bodo Möller · 26 years ago
- 458cddc Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG, by Bodo Möller · 26 years ago
- 6434450 DES library changes. by Ulf Möller · 26 years ago
- b617a5b Continues NASM support. This might work now. Its still experimental but it by Dr. Stephen Henson · 26 years ago
- 5059658 fix memory leak in s3_clnt.c by Bodo Möller · 26 years ago
- 03cd494 New function RSA_check_key, openssl rsa -check by Bodo Möller · 26 years ago
- f598cd1 Various changes to stop VC++ choking under Win32. by Dr. Stephen Henson · 26 years ago
- f513939 Add a debugging option to PKCS#5 v2.0 key generation function. by Dr. Stephen Henson · 26 years ago
- 0ab8beb Copy flags in ASN1_STRING_dup() by Dr. Stephen Henson · 26 years ago
- f7daafa Fix a bug in x509.c that omitted DSA parameters when they didn't match the by Dr. Stephen Henson · 26 years ago
- 777ab7e Fix memory checking. by Bodo Möller · 26 years ago
- 975d3dc remove editing artifacts by Bodo Möller · 26 years ago
- 6888f2b Mention modification to Configure. by Bodo Möller · 26 years ago
- e105643 New functions SSL[_CTX]_{set,get}_mode; the initial set of mode flags is by Bodo Möller · 26 years ago
- 5271ebd More no-xxx option tweaks. by Ulf Möller · 26 years ago
- ce8b257 New functions to allow RSA_METHODs to be changed without poking round in by Dr. Stephen Henson · 26 years ago
- 9c729e0 Memory leak checks. by Bodo Möller · 26 years ago
- 034292a Fix d2i_ASN1_INTEGER() and i2d_ASN1_INTEGER() so it correctly works out by Dr. Stephen Henson · 26 years ago
- 170afce New function PKCS7_signatureVerify to allow the signing certificate to by Dr. Stephen Henson · 26 years ago
- dbd665c Change the PEM_* function prototypes to use DECLARE_PEM macros and change by Dr. Stephen Henson · 26 years ago
- f76a808 Perl variable names are case-sensitive ... by Bodo Möller · 26 years ago
- 8623f69 New functions CONF_load_bio() and CONF_load_fp() to load a configuration by Dr. Stephen Henson · 26 years ago
- 11af1a2 Clarification. by Bodo Möller · 26 years ago
- a111306 New function CRYPTO_num_locks. by Bodo Möller · 26 years ago
- 95d2959 BIO pairs. by Bodo Möller · 26 years ago
- 9bce307 Fix to i2d_DSAPublicKey() to return the correct length. by Dr. Stephen Henson · 26 years ago
- 565d106 Document the X509V3 code and change some of the extension function pointers by Dr. Stephen Henson · 26 years ago
- b7d135b Two new functions to write out PKCS#8 private keys. Also fixes for some of by Dr. Stephen Henson · 26 years ago
- 9d9b559 Fix determination of Perl interpreter: A perl or perl5 by Ralf S. Engelschall · 26 years ago
- 5f6d0ea Reformat and "modernise" the sign.c demo. by Dr. Stephen Henson · 26 years ago
- f62676b Change the PEM function implementation to use a common set of macros: this by Dr. Stephen Henson · 26 years ago
- a7bd039 des_cbc_encrypt / des_ncbc_encrypt issue. by Bodo Möller · 26 years ago
- c77f47a DES CBC change looks dubious to me. by Bodo Möller · 26 years ago
- 8151f52 Mention unistd.h. by Bodo Möller · 26 years ago
- 05861c7 I keep forgetting to fix this: update the IV! Most important! by Ben Laurie · 26 years ago
- 233bf73 Make "make test" fail if bntest fails an internal selfcheck. by Ben Laurie · 26 years ago
- 908eb7b Call our crypt implementation des_crypt(). crypt() now is a wrapper if by Ulf Möller · 26 years ago
- 8eb57af Complete support for PKCS#5 v2.0. Still needs extensive testing. by Dr. Stephen Henson · 26 years ago
- d4443ed Mention mkdir-p.pl. by Bodo Möller · 26 years ago
- 272c933 linux-sparc by Bodo Möller · 26 years ago
- 69cbf46 Rewrite PBE handling read to support PKCS#5 v2.0 and update the function by Dr. Stephen Henson · 26 years ago
- e7871ff More PKCS#8 stuff. Support for unencrypted forms of private key. by Dr. Stephen Henson · 26 years ago
- 600dec1 Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots more by Dr. Stephen Henson · 26 years ago
- ef8335d Add PKCS#5 v1.5 compatible algorithms and initial PKCS#8 support. PKCS#8 needs by Dr. Stephen Henson · 26 years ago
- 84c15db Some constification and stacks that slipped through the cracks (how?). by Ben Laurie · 26 years ago
- af258e0 remove conflict indicator ... by Bodo Möller · 26 years ago
- 885982d "linux-sparc64-gcc" configuration by Bodo Möller · 26 years ago
- a53955d Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress). by Ulf Möller · 26 years ago
- b4f7658 More evil cast removal. by Ben Laurie · 26 years ago
- 213a75d Make samples compile. by Ben Laurie · 26 years ago
- 748365e More consistency. by Bodo Möller · 26 years ago
- 0cceb1c BSD/OS 4.x support (bsdi-elf-gcc) by Bodo Möller · 26 years ago
- 31fab3e Prepare to release 0.9.3a by Ben Laurie · 26 years ago
- 2e36cc4 sco5-gcc configuration. by Bodo Möller · 26 years ago
- 054009a Updated C++ SSL demos. Submitted (a month ago) by: Wade Scholine by Bodo Möller · 26 years ago
- 71f0809 Updated some demos. Submitted by: Sean O Riordain <Sean.ORiordain@cyrona.com> by Bodo Möller · 26 years ago
- e95f626 *** empty log message *** by Bodo Möller · 26 years ago
- 472bde4 Change function call according to current API. by Bodo Möller · 26 years ago
- 557068c Final version for 0.9.3. by Bodo Möller · 26 years ago
- e14d444 Bignum library bug fix. IRIX 6 passes "make test" now! by Ulf Möller · 26 years ago
- e84240d New functions sk_set, sk_value and sk_num to replace existing macros: this is by Dr. Stephen Henson · 26 years ago
- 1b266da Fix various less obvious bugs in PKCS#7 handling: such as not zeroing by Dr. Stephen Henson · 26 years ago
- f43c814 Typo. by Bodo Möller · 26 years ago
- 55519bb DES changes. by Bodo Möller · 26 years ago
- 84fa704 Fix some obvious bugs in the PKCS#7 library handling. It didn't try to by Dr. Stephen Henson · 26 years ago
- 62bad77 Add actual testing to bntest... by Ben Laurie · 26 years ago
- 1ad2ecb The encoding of negative ASN1 INTEGERs and the conversion of BNs to negative by Dr. Stephen Henson · 26 years ago
- 1b24cca Add release dates to the "CHANGES" file, because that's an obvious by Bodo Möller · 26 years ago
- b56bce4 New structure type SESS_CERT used instead of CERT inside SSL_SESSION. by Bodo Möller · 26 years ago
- bd3576d Reorganize and speed up MD5. by Ulf Möller · 26 years ago