]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2006-06-28  Bodo Mölleralways read in RAND_poll() if we can't use select becau...
2006-06-28  Andy PolyakovMitigate the hazard of cache-collision timing attack...
2006-06-28  Andy PolyakovMitigate the hazard of cache-collision timing attack...
2006-06-28  Andy PolyakovMitigate cache-collision timing attack on last round.
2006-06-27  Dr. Stephen... Fix EVP_PKEY_CTX_dup() to return correct value and...
2006-06-27  Richard LevitteUse poll() when possible to gather Unix randomness...
2006-06-23  Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2006-06-22  Bodo MöllerChange in 0.9.8 branch:
2006-06-20  Bodo MöllerRemove ECC ciphersuites from 0.9.8 branch (should use...
2006-06-18  Bodo MöllerChange array representation of binary polynomials to...
2006-06-16  Bodo Mölleranother thread-safety fix
2006-06-15  Bodo MöllerError messages for client ECC cert verification.
2006-06-15  Bodo MöllerCall 'print_stuff' even if a handshake failed.
2006-06-15  Bodo MöllerFix algorithm handling for ECC ciphersuites: Adapt...
2006-06-15  Bodo MöllerFix another new bug in the cipherstring logic.
2006-06-15  Bodo MöllerFix another bug introduced yesterday when deleting...
2006-06-15  Bodo MöllerOops ... deleted too much in the previous commit when...
2006-06-14  Bodo MöllerDisable invalid ciphersuites
2006-06-14  Bodo MöllerCiphersuite string bugfixes, and ECC-related (re-)defin...
2006-06-14  Bodo MöllerMake sure that AES ciphersuites get priority over Camellia
2006-06-14  Bodo MöllerThread-safety fixes
2006-06-14  Bodo MöllerFix a bug recently introduced when updating this file...
2006-06-12  Richard LevitteKeep synchronised with Unix
2006-06-11  Bodo MöllerCamellia cipher, contributed by NTT
2006-06-10  Richard LevitteKeep synchronised with the Unix build
2006-06-09  Bodo MöllerCamellia cipher, contributed by NTT
2006-06-09  Bodo MöllerCamellia cipher, contributed by NTT
2006-06-06  Dr. Stephen... Output MIME parameter micalg according to RFC3851 and...
2006-06-06  Dr. Stephen... Add AES and GOST S/MIME capabilities if algorithms...
2006-06-05  Andy PolyakovFix obvious typo.
2006-06-05  Dr. Stephen... Clarify comment and add #ifdef.
2006-06-05  Dr. Stephen... Complete EVP_PKEY_ASN1_METHOD ENGINE support.
2006-06-05  Andy PolyakovSync aes.h with http://cvs.openssl.org/chngview?cn...
2006-06-05  Andy PolyakovReimplement AES_ofb128_encrypt.
2006-06-05  Andy PolyakovCorrect logical error in STRICT_ALIGNMENT check and...
2006-06-05  Andy PolyakovMinor ppc-xlate.pl update.
2006-06-05  Andy PolyakovAdd sha512-ppc.pl module.
2006-06-05  Andy PolyakovMinor sha1-ppc.pl update.
2006-06-04  Richard LevitteA few more ENGINE strings that need shortening.
2006-06-03  Richard LevitteSynchronise with Unix
2006-06-02  Dr. Stephen... Make update.
2006-06-02  Dr. Stephen... Initial public key ASN1 method engine support. Not...
2006-06-02  Dr. Stephen... Automatically free up dynamically allocated public...
2006-06-02  Dr. Stephen... Extend default method string to include public key...
2006-06-02  Dr. Stephen... Typo.
2006-06-02  Dr. Stephen... Add ENGINE support for EVP_PKEY_METHOD including lookup...
2006-06-01  Richard LevitteSynchronise with the Unixly build.
2006-06-01  Dr. Stephen... Fix error code. make update
2006-06-01  Dr. Stephen... Add missing prototype. Extend engine utility to print...
2006-06-01  Dr. Stephen... Add engine table for EVP_PKEY_METHOD. Doesn't do much...
2006-06-01  Richard LevitteBecause all object files are now in a file, we don...
2006-05-31  Dr. Stephen... New pkey functions for keygen callbacks and retrieving...
2006-05-30  Andy PolyakovTune up AES CFB. Performance improvement varies from...
2006-05-28  Richard LevitteUse a new signed int ii instead of j (which is unsigned...
2006-05-28  Richard LevitteDeal with another name that's longer than 31 characters.
2006-05-28  Richard Levitterslen is unsigned, so it can never go below 0.
2006-05-28  Dr. Stephen... Install openssl.cnf to OPENSSLDIR in mk1mf.pl
2006-05-26  Dr. Stephen... Flush p7bio when all data has been copied.
2006-05-26  Dr. Stephen... Fix warnings.
2006-05-26  Dr. Stephen... Update pkeyutl to use size_t for pkey functions.
2006-05-25  Richard LevitteSigned vs. unsigned conflict
2006-05-25  Richard LevitteThere was a problem with too long command lines, so...
2006-05-25  Dr. Stephen... Allow any supported cipher to be used with smime -encrypt.
2006-05-25  Dr. Stephen... Add prototypes, update Win32 ordinals.
2006-05-25  Richard LevitteKeep in sync with Unix
2006-05-25  Dr. Stephen... Update EVP_MD_CTX_copy_ex() to use EVP_PKEY_CTX_dup().
2006-05-24  Dr. Stephen... New function to dup EVP_PKEY_CTX. This will be needed...
2006-05-24  Dr. Stephen... New functions for enchanced digest sign/verify.
2006-05-24  Dr. Stephen... Fix warnings.
2006-05-24  Dr. Stephen... Use size_t for new crypto size parameters.
2006-05-22  Dr. Stephen... Fix smime -pk7out.
2006-05-22  Dr. Stephen... Add ctrl to EVP_MD and EVP_PKEY_CTX to EVP_MD_CTX....
2006-05-20  Andy PolyakovTiny up hpux targets.
2006-05-18  Dr. Stephen... Add -resign and -md options to smime command to support...
2006-05-18  Dr. Stephen... Code tidy.
2006-05-18  Dr. Stephen... Typo.
2006-05-18  Dr. Stephen... make update
2006-05-18  Dr. Stephen... More S/MIME tidy. Place some common attribute operation...
2006-05-18  Dr. Stephen... Remove old digest type hacks for non RSA keys.
2006-05-18  Dr. Stephen... Multiple signer support in smime application.
2006-05-18  Dr. Stephen... Reformat smime.c utility.
2006-05-17  Dr. Stephen... New option to pkcs12 utility to set alternative MAC...
2006-05-17  Dr. Stephen... Don't try to print PBE information if it can't be decoded.
2006-05-17  Dr. Stephen... PKCS#12 mac key length should equal digest length.
2006-05-17  Dr. Stephen... Tidy up of S/MIME code and add new functions which...
2006-05-17  Dr. Stephen... Extended PBES2 function supporting application supplied...
2006-05-17  Dr. Stephen... Oops...
2006-05-17  Dr. Stephen... HMAC OIDs from RFC4231.
2006-05-16  Dr. Stephen... Gather keygen options in req and only use them after...
2006-05-15  Dr. Stephen... Add PRF preference ctrl to ciphers.
2006-05-15  Dr. Stephen... Change builting PBE to use static table. Add entries...
2006-05-15  Dr. Stephen... Update old **EVIL** PEM_X509_INFO_read_bio() function...
2006-05-15  Dr. Stephen... Bugfix: the NONE string for PBE algorithms wasn't working.
2006-05-15  Dr. Stephen... Correctly handle missing DSA parameters.
2006-05-15  Dr. Stephen... Add feature to PKCS12_create() if the encryption NID...
2006-05-14  Dr. Stephen... Extend PBE code to support non default PKCS#5 v2.0...
2006-05-14  Dr. Stephen... Check for deprecated private key types before PKCS...
2006-05-14  Dr. Stephen... Typo.
2006-05-14  Ulf MöllerAdd includes in synopsis.
2006-05-12  Dr. Stephen... In interactive mode only config OpenSSL once.
next