remove unnecessary calls to EC_POINT_copy()
[openssl.git] / CHANGES
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-15 Bodo MöllerChange ssl3_get_message and the functions using it...
2001-10-04 Richard LevitteSSL_add_dir_cert_subjects_to_stack for Win32 finally...
2001-10-01 Geoff ThorpeMake an (overdue) note about the recent ENGINE restruct...
2001-09-28 Dr. Stephen HensonSupport fractional seconds in GeneralizedTime
2001-09-26 Richard LevitteTwo changes:
2001-09-21 Bodo Möllerbugfix: handle HelloRequest received during handshake...
2001-09-21 Bodo MöllerDisable session related stuff in SSL_ST_OK case of...
2001-09-21 Bodo MöllerBugfix: correct cleanup after sending a HelloRequest
2001-09-20 Bodo MöllerNew function SSL_renegotiate_pending().
2001-09-20 Bodo Möllerfix ssl3_accept: don't call ssl_init_wbio_buffer()...
2001-09-20 Bodo MöllerFix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so...
2001-09-12 Dr. Stephen HensonAdd certificate and request demos.
2001-09-11 Lutz JänickeMake maximum certifcate chain size accepted from the...
2001-09-10 Bodo MöllerWhile ispell may not like it, "cancelling" may be spelt...
2001-09-07 Ulf Möllerispell
2001-09-06 Lutz JänickeSupport for shared libraries on Unixware-7 and OpenUNIX-8
2001-09-06 Bodo Möllerimprove OAEP check
2001-09-05 Bodo MöllerMention DSO_up => DSO_up_ref renaming
2001-09-05 Bodo MöllerRenaming DH_up to DH_up_ref does not warrant a CHANGES...
2001-09-05 Geoff ThorpeENGINEs can now perform structural cleanup.
2001-09-05 Geoff ThorpeAdd some missing CHANGES items.
2001-09-05 Ulf Möllerbug fix: bn_sqr_recursive output is twice its input...
2001-09-04 Bodo MöllerCHANGES should list all API changes relevant for applic...
2001-09-03 Geoff ThorpeNote the "ERR_unload_strings" function.
2001-09-03 Bodo MöllerUse uniformly chosen witnesses for Miller-Rabin test
2001-09-02 Ben LaurieMake MD functions take EVP_MD_CTX * instead of void...
2001-09-01 Geoff ThorpeNote the "ex_data" changes.
2001-08-25 Geoff ThorpeNote the "ERR" changes.
2001-08-25 Geoff ThorpeMake a note of the "up" functions.
2001-08-25 Lutz JänickeAllow client certificate lists > 16kB ("Douglas E....
2001-08-19 Lutz JänickeAlert description strings for TLSv1 and documentation.
2001-08-18 Ben LaurieAdd EVP test program.
2001-08-18 Ben LaurieAdd first cut symmetric crypto support.
2001-08-17 Dr. Stephen HensonAdd CRL utility functions to allow CRLs to be
2001-08-16 Lutz JänickeBugfixes provided by "Stephen Hinton" <shinton@netopia...
2001-08-10 Richard LevitteApply the Tru64 patch from Tim Mooney <mooney@dogbert...
2001-08-07 Bodo MöllerBugfix: larger message size in ssl3_get_key_exchange...
2001-08-03 Bodo Möllerremove a comma
2001-08-03 Lutz JänickeDon't disable rollback attack detection as a recommende...
2001-08-01 Lutz JänickeMention removed option.
2001-07-31 Ben LaurieDocument DES changes better.
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-30 Andy PolyakovEnhanced support for IA-64 Linux and HP-UX (as well...
2001-07-30 Lutz JänickeFix inconsistent behaviour with respect to verify_callb...
2001-07-30 Lutz JänickeForgot to mention second fix.
2001-07-27 Bodo MöllerUndo DH_generate_key() change: s3_srvr.c was using...
2001-07-26 Dr. Stephen HensonFirst of several reorganisations to
2001-07-26 Lutz JänickeFix problem occuring when used from OpenSSH on Solaris 8.
2001-07-25 Bodo MöllerDon't preserve existing keys in DH_generate_key.
2001-07-25 Bodo Möllermd_rand.c thread safety
2001-07-25 Bodo Mölleralways reject data >= n
2001-07-24 Bodo MöllerAvoid race condition.
2001-07-21 Ben LaurieClean up EVP macros, rename DES EDE3 modes correctly...
2001-07-12 Dr. Stephen HensonInitial OCSP server support, using index.txt format.
2001-07-12 Richard LevitteAdd the possibility to specify the use of zlib compress...
2001-07-12 Richard LevitteDocument the recent Kerberos SSL changes.
2001-07-11 Geoff Thorpeopenssl speed is quite useful for testing hardware...
2001-07-10 Bodo MöllerFix PRNG.
2001-07-09 Ben LaurieA better compromise between encrypt and decrypt (but...
2001-07-08 Ben LaurieUse & instead of % - worth about 4% for 8 byte blocks.
2001-07-04 Bodo MöllerAlign with 0.9.6-stable CHANGES file, and make some...
2001-07-04 Bodo MöllerEntry for Andy's mips3.s fix.
2001-07-03 Lutz JänickeWhen only the key is given to "enc", the IV is undefined
2001-07-01 Richard LevitteInsuline shot
2001-06-28 Dr. Stephen HensonModify apps to use NCONF code instead of old CONF code.
2001-06-26 Dr. Stephen HensonHandle empty X509_NAME in printing routines.
2001-06-26 Bodo MöllerDSA verification should insist that r and s are in...
2001-06-23 Richard LevitteOops, applies to 0.9.7 only.
2001-06-23 Richard LevitteDocument recent changes.
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-06-19 Richard Levitte- Add the possibility to control engines through contro...
2001-06-19 Richard LevitteEnhance the user interface with better support for...
2001-06-19 Dr. Stephen HensonDon't set pointer if add_lock_callback used.
2001-06-15 Bodo Möllerpay attention to blocksize before attempting decryption
2001-06-11 Bodo MöllerAdd directory name to the entry on /crypto/ui/.
2001-06-11 Dr. Stephen HensonAdd support for MS CSP Name PKCS#12 attribute.
2001-06-06 Bodo MöllerOAEP fix
2001-06-01 Bodo MöllerFix Bleichenbacher PKCS #1 1.5 countermeasure.
2001-05-31 Geoff ThorpeFix a memory leak in 'sk_dup' in the case a realloc...
2001-05-29 Lutz JänickeDon't forget responsible person so that its clear who...
2001-05-26 Richard LevitteDocument the latest change in ENGINEs.
2001-05-24 Dr. Stephen HensonAdd missing variable length cipher flag for Blowfish.
2001-05-15 Lutz JänickeIncrease ENTROPY_NEEDED to support Rijndael's larger...
2001-05-13 Richard LevitteDocument the addition.
2001-05-12 Dr. Stephen HensonChange Win32 to use EXPORT_VAR_AS_FN.
2001-05-10 Lutz JänickeUpdate changelog to reflect additional changes made...
2001-05-10 Bodo Möllerrestore change undone in 1.831 (apparently by accident)
2001-05-10 Dr. Stephen HensonPurpose and trust setting functions for X509_STORE.
2001-05-09 Dr. Stephen HensonAllow various X509_STORE_CTX properties to be
2001-05-08 Bodo Möllerfix an old entry
2001-05-07 Dr. Stephen HensonInitial CRL based revocation checking.
2001-05-06 Richard LevitteAdd a general user interface API. This is designed...
2001-05-03 Bodo Möller.rnd issues
2001-05-02 Richard LevitteRemove part conflict indicator...
2001-04-26 Geoff ThorpeMake notes about ENGINE changes.
2001-04-21 Dr. Stephen HensonFix ASN1 bug when decoding OTHER type.
2001-04-19 Geoff ThorpeAdd notes about the new ENGINE functionality.
2001-04-18 Geoff ThorpeMake a note of the recent ENGINE developments.
2001-04-18 Bodo Möllertypo
next