summaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Expand)Author
1999-03-06General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall
1999-03-06Permit null ciphers.Ben Laurie
1999-03-05Fix the PKCS#7 stuff: signature verify could fail if attributes reordered, theDr. Stephen Henson
1999-03-05Workaround for a Win95 console bug triggered by the password read stuff.Dr. Stephen Henson
1999-03-04Deleted my str_dup() function from X509V3: the same functionality is providedDr. Stephen Henson
1999-03-04Added the new `Includes OpenSSL Cryptography Software' button asRalf S. Engelschall
1999-03-04Remove confusing variables in function signatures in filesRalf S. Engelschall
1999-03-04Don't install bss_file.c under PREFIX/include/. It was introduced by EricRalf S. Engelschall
1999-03-03Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson
1999-02-28Add functions to add certs to stacks, used for CA file/path stuff in servers.Ben Laurie
1999-02-28Experiment with doxygen documentation.Ben Laurie
1999-02-27Get rid of remaining C++-style comments which strict C compilers hate.Ralf S. Engelschall
1999-02-26BN_RECURSION causes the stuff in bn_mont.c to fall over for large keys. ForDr. Stephen Henson
1999-02-25Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DHRalf S. Engelschall
1999-02-25Move s_server -dcert and -dkey options out of the undocumented feature areaRalf S. Engelschall
1999-02-25Fix the cipher decision scheme for export ciphers: the export bits are *not*Ralf S. Engelschall
1999-02-25Fix 'port' variable from `int' to `unsigned int' in crypto/bio/b_sock.cRalf S. Engelschall
1999-02-25Change type of another md_len variable in pk7_doit.c:PKCS7_dataFinal()Ralf S. Engelschall
1999-02-25Don't hard-code path to Perl interpreter on shebang line of ConfigureRalf S. Engelschall
1999-02-24Make `openssl x509 -noout -modulus' functional also for DSA certificates (inRalf S. Engelschall
1999-02-23Add reliable BIO.Ben Laurie
1999-02-23Redo the way 'req' and 'ca' add objects: add support for oid_section.Dr. Stephen Henson
1999-02-22Add syslogging BIO.Ben Laurie
1999-02-21Add support for new TLS export ciphersuites.Ben Laurie
1999-02-21Add preliminary user level config documentation for extension stuff. ProgrammingDr. Stephen Henson
1999-02-21Make RSA_NO_PADDING really use no padding.Dr. Stephen Henson
1999-02-20Generate errors when public/private key check is done.Ben Laurie
1999-02-19Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson
1999-02-17Fuller authority key id support, partial support for private key usage extensionDr. Stephen Henson
1999-02-17Add OAEP.Ben Laurie
1999-02-16Updates to the new SSL compression codeMark J. Cox
1999-02-15Fix various memory leaks in SSL, apps and DSADr. Stephen Henson
1999-02-14Add support for raw extensions. This means that you can include the DER encodingDr. Stephen Henson
1999-02-14Make sure latest Perl versions don't interpret some generated C array as PerlRalf S. Engelschall
1999-02-14More Win32 fixes and upsdate INSTALL.W32 documentation.Dr. Stephen Henson
1999-02-13Oops... add other changes this time too.Dr. Stephen Henson
1999-02-13Fix ghastly DES declarations, and all consequential warnings.Ben Laurie
1999-02-13Fix typo in asn1.h (PRINTABLESTRING_STRING) and fix a bug in object creationDr. Stephen Henson
1999-02-13Add support for 3DES CBCM mode.Ben Laurie
1999-02-13In the absence of feedback either way, commit the fix that looks right forBen Laurie
1999-02-11Make the 'crypto' and 'ssl' options in the perl script mkdef.pl really work,Dr. Stephen Henson
1999-02-10Overhauled the Perl interface (perl/*):Ralf S. Engelschall
1999-02-10Remember the cleanupRalf S. Engelschall
1999-02-10More extension code. Incomplete support for subject and issuer altDr. Stephen Henson
1999-02-09Support for ASN1 ENUMERATED type. This copies and duplicates the ASN1_INTEGERDr. Stephen Henson
1999-01-31Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.Mark J. Cox
1999-01-31Make sure `make rehash' target really finds the `openssl' program.Ralf S. Engelschall
1999-01-30Squeeze a bit more speed out of MD5 assembler.Ben Laurie
1999-01-30Add CygWin32 platform information to Configure script.Ralf S. Engelschall
1999-01-30Fixed ms/32all.bat script: `no_asm' -> `no-asm'Ralf S. Engelschall