aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte2002-11-271-0/+8
* Heimdal isn't really supported right now. Say so, and offer a possibilityRichard Levitte2002-11-261-0/+5
* Fix bug introduced by the attempt to fix client side external sessionLutz Jänicke2002-11-201-0/+7
* Document the addition of certificate pairs.Richard Levitte2002-11-181-0/+16
* WinCE patchesRichard Levitte2002-11-151-0/+4
* Changes to make shared library building and use work better with CygwinRichard Levitte2002-11-151-0/+9
* Document the change to remove the 'done' flag variable in theRichard Levitte2002-11-151-0/+6
* We need to read one more byte of the REQUEST-CERTIFICATE message.Richard Levitte2002-11-151-0/+4
* harmonize with 0.9.7 treeBodo Möller2002-11-141-4/+4
* Handle last lines that aren't properly terminated.Richard Levitte2002-11-141-0/+4
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+85
* X509_NAME_cmp() now compares PrintableString and emailAddress with a value of...Richard Levitte2002-11-091-0/+5
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-0/+9
* The recent CHANGES note between 0.9.6g and 0.9.6h needs copying into theGeoff Thorpe2002-10-291-0/+10
* clean up new code for NIST primesBodo Möller2002-10-281-0/+3
* fast reduction for NIST curvesBodo Möller2002-10-281-0/+6
* Clarify where the engines are by default.Richard Levitte2002-10-121-2/+3
* Step 14 of move of engines: Final step, document the change.Richard Levitte2002-10-111-0/+13
* synchronize with 0.9.7-stable version of this fileBodo Möller2002-10-111-15/+15
* Move the shared library construction stuff to Makefile.shared, aRichard Levitte2002-10-111-0/+4
* RFC 2712 redefines the codes for use of Kerberos 5 in SSL/TLS.Richard Levitte2002-10-101-0/+3
* Add version info to Win32 DLLs.Dr. Stephen Henson2002-10-041-0/+3
* Various enhancements to PKCS#12 code, newDr. Stephen Henson2002-10-031-0/+16
* Preliminary streaming ASN1 encode support.Dr. Stephen Henson2002-10-031-0/+11
* fix more race conditionsBodo Möller2002-09-261-4/+4
* really fix race conditionsBodo Möller2002-09-251-1/+3
* really fix race conditionBodo Möller2002-09-231-2/+6
* there is no minimum length for session IDsBodo Möller2002-09-191-0/+4
* fix race conditionBodo Möller2002-09-191-0/+3
* Let 'openssl req' fail if an argument to '-newkey' is notBodo Möller2002-09-101-0/+4
* -nameopt fix has been moved to 0.9.7Bodo Möller2002-09-021-3/+3
* mention EC_get_builtin_curves()Bodo Möller2002-09-021-2/+4
* Make -nameopt work in req and add support for -reqoptDr. Stephen Henson2002-08-221-0/+3
* Reorder cleanup sequence in SSL_CTX_free() to leave ex_data for remove_cb().Lutz Jänicke2002-08-161-0/+6
* Fix block_size field for CFB and OFB modes: it should be 1.Dr. Stephen Henson2002-08-161-0/+6
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller2002-08-151-2/+1
* move a TODO from CHANGES to STATUSBodo Möller2002-08-141-3/+0
* add 'TODO' itemsBodo Möller2002-08-141-0/+2
* Fix typo in OBJ_txt2obj which incorrectly passed the contentDr. Stephen Henson2002-08-141-0/+6
* add 0.9.6g informationBodo Möller2002-08-121-2/+4
* ECC ciphersuite supportBodo Möller2002-08-091-0/+8
* Add ECDH support.Bodo Möller2002-08-091-1/+8
* 0.9.6f is releasedRichard Levitte2002-08-081-2/+6
* Fix the ASN1 sanity check: correct header lengthDr. Stephen Henson2002-08-021-0/+6
* disable Sun divison algorithm by defaultBodo Möller2002-08-021-3/+5
* Let BN_rand_range() abort with an error after 100 iterationsBodo Möller2002-08-021-0/+4
* Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller2002-08-021-0/+5
* Rename implementations of method functions so that they matchBodo Möller2002-08-021-2/+0
* typosBodo Möller2002-08-021-3/+3
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-3/+64