summaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Collapse)Author
2002-02-14At Corinna Vinschen's request, change CygWin32 to CygwinRichard Levitte
2002-02-13ECDSA supportBodo Möller
Submitted by: Nils Larsch <nla@trustcenter.de>
2002-02-13Modify the main trunk version to 0.9.8-dev.Richard Levitte
0.9.7 now lives in the branch OpenSSL_0_9_7-stable.
2002-02-13Update the configuration of CygWin32 to use the new capabilities ofRichard Levitte
CygWin 1.3.x, which includes thread and shared library support. Submitted by Corinna Vinschen <vinschen@redhat.com> and modified a little bit.
2002-02-10Make removal from session cache more robust.Lutz Jänicke
2002-02-08Do not store unneeded data.Lutz Jänicke
2002-02-07Add notes on the added support for aep and sureware crypto cards inRichard Levitte
0.9.7.
2002-02-03ASN1_BIT_STRING_set_bit() didn't clear previously set bitsRichard Levitte
2002-01-29Apply patch from Toomas Kiisk <vix@cyber.ee> and complete it.Richard Levitte
2002-01-26Add old patch from Robert Dahlem <Robert.Dahlem@ffm2.siemens.de> toRichard Levitte
make it possible to produce shared libraries on ReliantUNIX.
2002-01-26I got a request to make the "old des" symbols more closely tied toRichard Levitte
OpenSSL. Adding '_ossl' in the name seems to be a good way to do this.
2002-01-25Apply Neale Ferguson's patch to add a configuration target for linux-s390xRichard Levitte
2002-01-25Apply the following changes by Toomas Kiisk <vix@cyber.ee>:Richard Levitte
* make openssl rsa work with -engine chil * misc changes, including debug-linux-ppro Configure target and FORMAT_NETSCAPE-aware load_{,pub}key() This completes the application of his changes.
2002-01-25Document the change in rsautl.Richard Levitte
2002-01-24New functionsBodo Möller
ERR_peek_last_error ERR_peek_last_error_line ERR_peek_last_error_line_data (supersedes ERR_peek_top_error). Rename OPENSSL_NO_OLD_DES_SUPPORT into OPENSSL_DISABLE_OLD_DES_SUPPORT because OPENSSL_NO_... indicates disabled algorithms (according to mkdef.pl).
2002-01-24Reword CHANGES entry for _old_des_..., as it was a little complicatedBodo Möller
syntactically.
2002-01-24To avoid all kinds of link-level clashes, rename all old des_*Richard Levitte
functions to _old_des_*.
2002-01-23Document the current behaviour of the DES interface.Lutz Jänicke
2002-01-22default_algorithms option in ENGINE config.Dr. Stephen Henson
2002-01-21Initial ENGINE config module, docs to follow.Dr. Stephen Henson
Fix buffer overrun errors in OPENSSL_conf().
2002-01-14Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'Bodo Möller
to indicate that a real handshake is taking place (the value will be lost during multiple invocations). Set s->new_session to 2 instead.
2002-01-14Return -1 from ssl3_get_server_done (ssl3/s3_clnt.c) ifBodo Möller
the SSL_R_LENGTH_MISMATCH error is detected.
2002-01-05Experimental configuration code.Dr. Stephen Henson
Incomplete, largely untested and subject to change/deletion.
2002-01-04Changes that break something should be included in CHANGESBodo Möller
to make it easier to fix things.
2002-01-04fix EVP_CIPHER_mode macroBodo Möller
Submitted by: "Dan S. Camper" <dan@bti.net>
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte
crypto/rijndael. Additionally, I applied the AES integration patch from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work properly with the normal EVP constructs (and incidently work the same way as all other symmetric cipher implementations). This results in an API that looks a lot like the rest of the OpenSSL cipher suite.
2001-12-28ssl3_read_bytes bug fixUlf Möller
Submitted by: D P Chang <dpc@qualys.com> Reviewed by: Bodo
2001-12-21update FAQ and CHANGES file (0.9.6c has been released)Bodo Möller
2001-12-20Security fix.Ben Laurie
2001-12-17consistency with 0.9.6 stable "CHANGES"Bodo Möller
2001-12-14fix BN_rand_rangeBodo Möller
2001-12-07Don't overwrite signing time.Dr. Stephen Henson
2001-12-03crypto/objects stuffBodo Möller
2001-12-01Add -pubkey option to req command.Dr. Stephen Henson
2001-11-23info on 0.9.6 engine branchBodo Möller
2001-11-23fix submitted by Andy Schneider <andy.schneider@bjss.co.uk>Bodo Möller
(in main branch, hn_ncipher.c is already correct)
2001-11-22OS/390 supportBodo Möller
Submitted by: Richard Shapiro <rshapiro@abinitio.com>
2001-11-16wNAFs use does not bring that much performance on Sparcs (whereBodo Möller
elliptic curves are are relatively faster than on PCs anyway)
2001-11-15Improve EC efficiency.Bodo Möller
2001-11-14consistency between main branch and stable branchBodo Möller
2001-11-12synchronise with 0.9.6 stable branchBodo Möller
2001-11-12information on 0.9.6c-engineBodo Möller
2001-11-12Add unixware-7-gcc as in 0.9.6 branch (except that we need a 'sys_id'Bodo Möller
field here, which is left empty). Various configurations are *only* in the 0.9.6 branch at the moment: OpenUNIX OpenUNIX-8-gcc-shared OpenUNIX-8-shared Either Configure or CHANGES must be changed to rectify the situation.
2001-11-10Order chronologically: move entry for recent s2_clnt.c/s2_srvr.c fixesBodo Möller
(nearly) to the top. Move msg_callback entry to the top as the implementation for SSL 2.0 is based on the s2_clnt.c/s2_srvr.c changes.
2001-11-10make code a little more similar to what it looked like before the fixes,Bodo Möller
call ssl2_part_read again to parse error message
2001-11-10Implement msg_callback for SSL 2.0.Bodo Möller
Important SSL 2.0 bugfixes (bugs found while implementing msg_callback).
2001-10-30Change the shared library support so the shared libraries get builtRichard Levitte
sooner and the programs get built against the shared libraries. This requires a bit more work. Things like -rpath and the possibility to still link the programs statically should be included. Some cleanup is also needed. This will be worked on.
2001-10-27Add support for Subject Info Acess extension.Dr. Stephen Henson
2001-10-26Note BUF_MEM_grow() consistency fix.Bodo Möller
2001-10-26disable caching in BIO_gethostbynameBodo Möller