openssl.git
2002-08-15 Richard Levitteq may be used uninitialised
2002-08-15 Bodo Mölleruse correct function code in error message
2002-08-15 Richard LevitteIt seems like sun4u doesn't always have a sparcv9 insid...
2002-08-15 Bodo Möllerfix warnings (CHARSET_EBCDIC)
2002-08-15 Bodo Möllerfix manpage
2002-08-15 Bodo Mölleradd crypto/ecdh
2002-08-15 Richard LevitteMissing =back.
2002-08-15 Richard LevitteAdd a FAQ entry for yet another bc failure.
2002-08-15 Richard LevitteYet a couple of modules forgotten. These weren't impor...
2002-08-15 Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
2002-08-15 Richard LevitteSometimes, the value of the variable containing the...
2002-08-14 Bodo Möllerchange how pod2man is handled: explicitly invoke '...
2002-08-14 Richard LevitteInstead of returning errors when certain flags are...
2002-08-14 Richard LevitteThe applications 'ecdsa' and 'ecparam' were missing...
2002-08-14 Richard LevitteMake sure that the test input file comes in the same...
2002-08-14 Bodo Möllermove a TODO from CHANGES to STATUS
2002-08-14 Bodo Mölleradd 'TODO' items
2002-08-14 Dr. Stephen... Fix typo in OBJ_txt2obj which incorrectly passed the...
2002-08-13 Richard LevitteSome files deserve to be ignored
2002-08-13 Richard LevitteMerge in demo engines from 0.9.7-stable.
2002-08-13 Richard LevitteComma forgotten.
2002-08-13 Richard LevitteOh, ec2_smpt.c is #included by ec2_smpl.c!
2002-08-12 Richard LevitteDo not include openssl/ripemd.h when the RIPEMD algorit...
2002-08-12 Richard LevitteDo not use the word 'modulus', which is a class templat...
2002-08-12 Bodo MöllerScripts for testing ECC ciphersuites.
2002-08-12 Richard LevitteA few files in the ENGINE and EVP sections forgotten.
2002-08-12 Bodo Möllerfix previous commit (there's no SSLEAY_VERSION_TEXT)
2002-08-12 Bodo Möllerremove comment
2002-08-12 Bodo Möllerremove debug messages
2002-08-12 Bodo Möllerfix comment
2002-08-12 Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-08-12 Bodo Mölleradd 0.9.6g information
2002-08-12 Richard LevitteUpdate with the status for 0.9.6g.
2002-08-11 Richard LevitteIn case of shared libraries, we might run one version...
2002-08-11 Richard LevitteOne more file to compile on VMS as well.
2002-08-11 Richard LevitteRemove clashes between symbols that have the same name...
2002-08-11 Richard LevitteMore long symbols to shorten.
2002-08-10 Richard Levittemem* functions are declared in string.h.
2002-08-10 Richard LevitteSynchronise tests with Unix.
2002-08-09 Richard LevitteA new header.
2002-08-09 Richard LevitteSynchronise with Unix.
2002-08-09 Richard LevitteMore long names to shorten.
2002-08-09 Bodo Möller.cvsignore for crypto/ecdh
2002-08-09 Bodo Möllermake update
2002-08-09 Bodo Möllerfix warnings
2002-08-09 Bodo Mölleradd field type to text output
2002-08-09 Bodo Mölleruse 0, not NULL
2002-08-09 Bodo MöllerECDH engine support
2002-08-09 Bodo MöllerECC ciphersuite support
2002-08-09 Richard LevitteWhen we want to give a -f argument to $(MAKE), we'd...
2002-08-09 Bodo MöllerAdd ECDH support.
2002-08-09 Richard LevitteParse version numbers prefixed with text (egcs does...
2002-08-08 Richard Levitte0.9.6f is released
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-08-07 Bodo Mölleravoid SIGSEGV
2002-08-05 Geoff ThorpeThese are updates/fixes to DH/DSA/RAND docs based on...
2002-08-05 Geoff Thorpetypo fix
2002-08-04 Geoff ThorpeVarious parts of the RSA documentation were inaccurate...
2002-08-04 Geoff ThorpeA single monolithic man page for the ENGINE stuff....
2002-08-04 Geoff ThorpeFix "make install_docs" (and thus "make install").
2002-08-03 Bodo Mölleroops -- must use EVP_MD_size, not EVP_MD_block_size
2002-08-03 Bodo Mölleroops, undo previous change (was just for testing)
2002-08-03 Bodo Möllerfix bn_expand2
2002-08-03 Bodo Mölleruse bn_wexpand instead of bn_expand2 (the latter is...
2002-08-02 Dr. Stephen... Fix typo
2002-08-02 Dr. Stephen... Fix the ASN1 sanity check: correct header length
2002-08-02 Bodo Möllerdisable Sun divison algorithm by default
2002-08-02 Bodo Möllerfix bn_expand2
2002-08-02 Bodo Mölleroptical changes
2002-08-02 Bodo Möllertypo
2002-08-02 Bodo Möllerremove obsolete part of comment
2002-08-02 Bodo Möllerremove obsoleted disabled code
2002-08-02 Bodo MöllerLet BN_rand_range() abort with an error after 100 itera...
2002-08-02 Bodo Möllerupdate
2002-08-02 Bodo MöllerChange BN_mod_sqrt() so that it verifies that the input...
2002-08-02 Bodo Möllermove GF2m tests to the end
2002-08-02 Bodo MöllerRename implementations of method functions so that...
2002-08-02 Bodo Möllertypos
2002-08-02 Bodo Möllerec2_smpt.c must be listed in LIBSRC
2002-08-02 Bodo Möllerthere is no alternative EC_METHOD for curves over GF...
2002-08-02 Bodo Mölleradd support for elliptic curves over binary fields
2002-08-02 Bodo Möllerextend curve list (additional curves over binary fields)
2002-08-02 Bodo MöllerBinary field arithmetic contributed by Sun Microsystems.
2002-08-02 Bodo MöllerAdd more WAP/WTLS elliptic curve OIDs.
2002-08-02 Bodo MöllerNew error code ERR_R_DISABLED
2002-08-02 Bodo Möllerget rid of OpenSSLDie
2002-08-02 Richard Levittemake update
2002-08-02 Richard LevitteCertain flag macros were tested with #if instead if...
2002-08-01 Richard LevitteWe don't need to find out which pod2man to use more...
2002-08-01 Richard LevitteDon't try testing with parallell make, that will just...
2002-08-01 Richard LevitteAdd aix64-cc, and make sure that ar gets proper flags...
2002-08-01 Richard Levittemake update
2002-08-01 Richard LevitteAdd the CBC flag for cbc ciphers
2002-08-01 Richard LevitteAvoid yet another name clash with libdes, and make...
2002-08-01 Richard LevitteMake it possible to load keys from stdin, and restore...
2002-08-01 Richard LevitteOCSP and KRB5 Makefil.ssl should be consistent with...
2002-08-01 Richard LevitteLinux on s390 really knows about loading dynamically.
2002-08-01 Richard LevitteCut'n'paste error with other reposnder certificates...
2002-08-01 Richard LevitteIf CRYPTO_realloc() is called with a NULL pointer,...
2002-07-31 Richard LevitteIf the email address is moved from the subject to the...
next