]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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.
2006-05-12  Dr. Stephen... Stop warnings about deprecated -mcpu option.
2006-05-12  Richard Levittemake update
2006-05-12  Richard LevitteSomeone made a mistake, and some function and reason...
2006-05-12  Dr. Stephen... Typo.
2006-05-11  Dr. Stephen... Update 'req' command to use new keygen API.
2006-05-11  Dr. Stephen... New functions to get key types without dereferncing...
2006-05-08  Dr. Stephen... Update PKCS#7 decrypt routines to use new API.
2006-05-08  Dr. Stephen... Update PKCS#7 enveloped data to new API.
2006-05-07  Dr. Stephen... Update S/MIME code to use default digest.
2006-05-07  Dr. Stephen... Add support for default public key digest type ctrl.
2006-05-07  Dr. Stephen... Fix from stable branch.
2006-05-06  Ulf Möllerbug fix.
2006-05-04  Andy PolyakovFuther minor PPC assembler update.
2006-05-04  Dr. Stephen... Update from stable branch.
2006-05-04  Dr. Stephen... Update FAQ.
2006-05-03  Andy PolyakovMinor PPC assembler updates.
2006-05-03  Andy PolyakovPPC assembler distiller update.
2006-05-03  Andy PolyakovTypo in linux-ppc line.
2006-05-03  Dr. Stephen... Update from stable branch.
2006-05-01  Ulf MöllerBug fix.
2006-05-01  Andy PolyakovSHA1 for PowerPC.
2006-04-30  Andy PolyakovYet another "teaser" Montgomery multiplication module...
2006-04-28  Dr. Stephen... Update EVP_PKEY_cmp() and X509_check_private() to retur...
next