Move an assert() to avoid core dumps when a static buffer hasn't been given.
[oweals/openssl.git] / crypto /
2002-05-09 Richard LevitteMove an assert() to avoid core dumps when a static...
2002-05-08 Ben LaurieFix warning.
2002-05-02 Richard LevitteMake sure that date is run under the C locale, so dates...
2002-04-26 Bodo MöllerFix crypto/asn1/a_sign.c so that 'parameters' is omitte...
2002-04-25 Lutz JänickeAdded generationQualifier OID (proposed by Fiel Cabral).
2002-04-23 Richard LevitteUhmmm, if we use && after having tested for the presenc...
2002-04-22 Lutz JänickeERR_file_name is no longer being used.
2002-04-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-04-20 Richard LevitteThe callback must have (void) as argument list.
2002-04-20 Richard LevitteNo point constifying an int.
2002-04-20 Richard LevitteDo not free p if it hasn't been used yet.
2002-04-18 Lutz JänickeOptimize: better shortcut evaluation ("Howard Chu"...
2002-04-18 Lutz JänickeOptimize: better shortcut evaluation ("Howard Chu"...
2002-04-17 Bodo Möller'version' is not optional in the encoding
2002-04-17 Bodo Möller'version' is not optional in the encoding
2002-04-15 Lutz JänickeUse the "mail" short name according to RFC2798 (Michael...
2002-04-15 Lutz JänickeUse the "mail" short name according to RFC2798 (Michael...
2002-04-15 Lutz JänickeSome more OID enhancements.
2002-04-15 Lutz JänickeSome more OID enhancements.
2002-04-15 Lutz JänickeFix CRLF problem in BASE64 decode.
2002-04-15 Lutz JänickeFix CRLF problem in BASE64 decode.
2002-04-14 Bodo Möllerremove disabled code
2002-04-14 Bodo Möllerremove disabled code
2002-04-12 Bodo MöllerECDSA representation bugfixes
2002-04-11 Richard LevitteCheck error code from a2d_ASN1_OBJECT().
2002-04-11 Richard LevitteCheck error code from a2d_ASN1_OBJECT().
2002-04-11 Richard LevitteChange the date to XX xxx XXXX in development versions.
2002-04-11 Richard LevitteChange the date to XX xxx XXXX in development versions.
2002-04-09 Bodo Möllerfix ECDSA handling
2002-04-08 Lutz JänickeApply OID fixes for elliptic curves as supplied by
2002-04-06 Richard Levittemake update (libeay.num has been edited to match 0...
2002-04-06 Richard Levittemake update
2002-04-04 Lutz JänickeFix buggy object definitions (Svenning Sorensen <sss...
2002-04-04 Lutz JänickeFix buggy object definitions (Svenning Sorensen <sss...
2002-04-03 Richard LevitteForgot one of the casts
2002-04-03 Richard LevitteForgot one of the casts
2002-04-03 Richard LevitteCast the pointers to the BIGNUM data to unsigned long...
2002-04-03 Richard LevitteCast the pointers to the BIGNUM data to unsigned long...
2002-03-29 Richard LevitteFix of mixup bwtween SOMAXCONN and SO_MAXCONN.
2002-03-29 Richard LevitteFix of mixup bwtween SOMAXCONN and SO_MAXCONN.
2002-03-26 Lutz JänickeMake short names of objects RFC2256-compliant.
2002-03-26 Lutz JänickeMake short names of objects RFC2256-compliant.
2002-03-26 Richard LevitteA forgotten file
2002-03-26 Richard LevitteAdd the possibility to enable olde des support, not...
2002-03-26 Richard LevitteAdd the possibility to enable olde des support, not...
2002-03-26 Richard LevitteAdd the mapping of des_random_seed() for 0.9.6 compatib...
2002-03-26 Richard LevitteAdd the mapping of des_random_seed() for 0.9.6 compatib...
2002-03-26 Richard LevitteCorrect the mapping for des_read_pw()
2002-03-26 Richard LevitteCorrect the mapping for des_read_pw()
2002-03-26 Richard LevitteMake the change to strong keys in the string to key...
2002-03-25 Bodo Möllerfix warnings
2002-03-25 Bodo Möllerfix memory leak
2002-03-25 Bodo Möllerfix memory leak
2002-03-25 Bodo Mölleradd missing declaration
2002-03-25 Bodo Mölleradd missing declaration
2002-03-22 Bodo Möllerfix conditational compilation for OPENSSL_NO_...
2002-03-22 Bodo Möllerfix conditational compilation for OPENSSL_NO_...
2002-03-22 Richard LevitteMerge changes from 0.9.7-stable
2002-03-22 Richard LevitteKey schedules are given as arguments a bit differently...
2002-03-22 Richard LevitteMerge changes from 0.9.7-stable
2002-03-22 Richard LevitteKey schedules are given as arguments a bit differently...
2002-03-22 Richard LevitteMerge in DES changed from 0.9.7-stable.
2002-03-22 Richard LevitteChange des_old.h so OpenSSL 0.9.6 compatibility is...
2002-03-21 Lutz JänickeRemove superflous statement <justin.fletcher@ntlworld...
2002-03-21 Lutz JänickeRemove superflous (and buggy) statement <justin.fletche...
2002-03-20 Bodo Möllerfix DH_generate_parameters for general 'generator'
2002-03-20 Bodo Möllerfix DH_generate_parameters for general 'generator'
2002-03-20 Bodo MöllerNew function EC_GROUP_check_discriminant().
2002-03-19 Bodo MöllerFix typo.
2002-03-18 Bodo MöllerFix bugs and typos.
2002-03-18 Bodo Möllerfix #include position
2002-03-16 Dr. Stephen HensonEnsure EVP_CipherInit() uses the correct encode/decode...
2002-03-16 Dr. Stephen HensonEnsure EVP_CipherInit() uses the correct encode/decode...
2002-03-14 Dr. Stephen HensonInitialize cipher context in KRB5
2002-03-14 Dr. Stephen HensonInitialize cipher context in KRB5
2002-03-14 Bodo Mölleradd OIDs for WAP/TLS curves
2002-03-14 Bodo MöllerFixes for 'no-hw' combined with 'no-SOME_CIPHER'.
2002-03-14 Bodo MöllerFixes for 'no-hw' combined with 'no-SOME_CIPHER'.
2002-03-14 Bodo Möllerdisable '#ifdef DEBUG' code
2002-03-12 Dr. Stephen HensonFix various warnings when compiling with KRB5 code.
2002-03-12 Dr. Stephen HensonFix various warnings when compiling with KRB5 code.
2002-03-09 Dr. Stephen HensonMake ciphers and digests obtain an ENGINE functional...
2002-03-09 Dr. Stephen HensonMake ciphers and digests obtain an ENGINE functional...
2002-03-09 Dr. Stephen HensonMake {RSA,DSA,DH}_new_method obtain and release an...
2002-03-09 Dr. Stephen HensonMake {RSA,DSA,DH}_new_method obtain and release an...
2002-03-08 Bodo MöllerEC curve stuff
2002-03-07 Richard LevitteSynchronise the AEP engine in all branches. For 0...
2002-03-07 Richard LevitteSynchronise the AEP engine in all branches. For 0...
2002-03-07 Richard LevitteWhen closing, do not use close(). Also, if the closing...
2002-03-07 Richard LevitteWhen closing, do not use close(). Also, if the closing...
2002-03-07 Richard LevitteChange des_old.c to use types prefixed with _ossl_old_des_.
2002-03-07 Richard LevitteChange des_old.c to use types prefixed with _ossl_old_des_.
2002-03-07 Bodo Möllerfix spacing
2002-03-07 Bodo MöllerAdd more curves.
2002-03-06 Dr. Stephen HensonENGINE module additions.
2002-03-06 Dr. Stephen HensonENGINE module additions.
2002-03-06 Bodo Mölleradd SECG OIDs
2002-03-06 Bodo Möllerreference counting for EC_GROUP structures is not neede...
2002-03-05 Bodo Möllertypo
2002-03-05 Bodo Möllertypo
next