Synchronise with the Unixly build.
[openssl.git] / crypto /
2006-06-01 Richard LevitteSynchronise with the Unixly build.
2006-06-01 Dr. Stephen HensonFix error code. make update
2006-06-01 Dr. Stephen HensonAdd missing prototype. Extend engine utility to print...
2006-06-01 Dr. Stephen HensonAdd engine table for EVP_PKEY_METHOD. Doesn't do much...
2006-05-31 Dr. Stephen HensonNew pkey functions for keygen callbacks and retrieving...
2006-05-30 Andy PolyakovTune up AES CFB. Performance improvement varies from...
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-26 Dr. Stephen HensonFlush p7bio when all data has been copied.
2006-05-25 Dr. Stephen HensonAdd prototypes, update Win32 ordinals.
2006-05-25 Richard LevitteKeep in sync with Unix
2006-05-25 Dr. Stephen HensonUpdate EVP_MD_CTX_copy_ex() to use EVP_PKEY_CTX_dup().
2006-05-24 Dr. Stephen HensonNew function to dup EVP_PKEY_CTX. This will be needed...
2006-05-24 Dr. Stephen HensonNew functions for enchanced digest sign/verify.
2006-05-24 Dr. Stephen HensonFix warnings.
2006-05-24 Dr. Stephen HensonUse size_t for new crypto size parameters.
2006-05-22 Dr. Stephen HensonAdd ctrl to EVP_MD and EVP_PKEY_CTX to EVP_MD_CTX....
2006-05-18 Dr. Stephen HensonAdd -resign and -md options to smime command to support...
2006-05-18 Dr. Stephen HensonCode tidy.
2006-05-18 Dr. Stephen HensonTypo.
2006-05-18 Dr. Stephen Hensonmake update
2006-05-18 Dr. Stephen HensonMore S/MIME tidy. Place some common attribute operation...
2006-05-18 Dr. Stephen HensonRemove old digest type hacks for non RSA keys.
2006-05-17 Dr. Stephen HensonPKCS#12 mac key length should equal digest length.
2006-05-17 Dr. Stephen HensonTidy up of S/MIME code and add new functions which...
2006-05-17 Dr. Stephen HensonExtended PBES2 function supporting application supplied...
2006-05-17 Dr. Stephen HensonHMAC OIDs from RFC4231.
2006-05-15 Dr. Stephen HensonAdd PRF preference ctrl to ciphers.
2006-05-15 Dr. Stephen HensonChange builting PBE to use static table. Add entries...
2006-05-15 Dr. Stephen HensonUpdate old **EVIL** PEM_X509_INFO_read_bio() function...
2006-05-15 Dr. Stephen HensonCorrectly handle missing DSA parameters.
2006-05-15 Dr. Stephen HensonAdd feature to PKCS12_create() if the encryption NID...
2006-05-14 Dr. Stephen HensonExtend PBE code to support non default PKCS#5 v2.0...
2006-05-14 Dr. Stephen HensonCheck for deprecated private key types before PKCS...
2006-05-12 Richard Levittemake update
2006-05-12 Richard LevitteSomeone made a mistake, and some function and reason...
2006-05-11 Dr. Stephen HensonNew functions to get key types without dereferncing...
2006-05-08 Dr. Stephen HensonUpdate PKCS#7 decrypt routines to use new API.
2006-05-08 Dr. Stephen HensonUpdate PKCS#7 enveloped data to new API.
2006-05-07 Dr. Stephen HensonUpdate S/MIME code to use default digest.
2006-05-07 Dr. Stephen HensonAdd support for default public key digest type ctrl.
2006-05-04 Andy PolyakovFuther minor PPC assembler update.
2006-05-03 Andy PolyakovMinor PPC assembler updates.
2006-05-03 Andy PolyakovPPC assembler distiller update.
2006-05-03 Dr. Stephen HensonUpdate from stable branch.
2006-05-01 Andy PolyakovSHA1 for PowerPC.
2006-04-30 Andy PolyakovYet another "teaser" Montgomery multiplication module...
2006-04-28 Dr. Stephen HensonUpdate EVP_PKEY_cmp() and X509_check_private() to retur...
2006-04-27 Dr. Stephen HensonReplace RSA specific PKCS7_RECIP_INFO set up with an...
2006-04-27 Dr. Stephen HensonCode tidy.
2006-04-27 Dr. Stephen HensonNew function to extract AlgorithmIdentifier for PKCS7_R...
2006-04-27 Dr. Stephen HensonDon't free up parameter. The public key ASN1 method...
2006-04-26 Dr. Stephen HensonAdd prototypes and pkey accessor function for EVP_PKEY_CTX.
2006-04-24 Dr. Stephen HensonCorrect copyright notice... this doesn't contain any...
2006-04-21 Dr. Stephen HensonAdd 'flags' parameter to EVP_PKEY_asn1_meth_new() to...
2006-04-20 Nils Larschundo accidental commit
2006-04-20 Nils Larschas we encrypt every bit separately we need to loop...
2006-04-20 Nils Larschmake local function static
2006-04-19 Dr. Stephen HensonRemove dss1 hack from S/MIME code.
2006-04-19 Dr. Stephen HensonRemove link between digests and signature algorithms.
2006-04-19 Dr. Stephen HensonRemove comment from SSLeay days about EVP_PKEY_METHOD.
2006-04-19 Richard LevitteSynchronise with Unixly build.
2006-04-18 Dr. Stephen HensonAdd OID cross reference table.
2006-04-17 Richard LevitteSynchronise
2006-04-17 Dr. Stephen HensonAllow public key ASN1 methods to set PKCS#7 SignerInfo...
2006-04-17 Dr. Stephen HensonFix (most) WIN32 warnings and errors.
2006-04-16 Dr. Stephen HensonProvisional support for EC pkey method, supporting...
2006-04-16 Andy PolyakovSHA-1 for x86_64.
2006-04-15 Dr. Stephen HensonUse more flexible method of determining output length...
2006-04-15 Dr. Stephen HensonFix from 0.9.7-stable branch.
2006-04-15 Dr. Stephen HensonRevert to original...
2006-04-15 Dr. Stephen HensonOops...
2006-04-14 Dr. Stephen HensonUpdate copyright notices on a few files where all origi...
2006-04-14 Dr. Stephen HensonPrint out zero length string properly.
2006-04-14 Dr. Stephen HensonAdd functions to allow setting and adding external...
2006-04-13 Dr. Stephen HensonComplete key derivation support.
2006-04-13 Dr. Stephen HensonUpdate dependencies.
2006-04-13 Dr. Stephen HensonAdd key derivation support.
2006-04-13 Richard LevitteSynchronise what what's happening with the Unix build
2006-04-13 Dr. Stephen HensonTypo.
2006-04-12 Dr. Stephen HensonExtend DH ASN1 method, add DH EVP_PKEY_METHOD.
2006-04-12 Dr. Stephen HensonFix leak.
2006-04-12 Dr. Stephen HensonPKCS#3 DH PKCS#8 ASN1 support.
2006-04-12 Dr. Stephen HensonExtend DH ASN1 method to support public key encode...
2006-04-12 Dr. Stephen HensonCompare parameters when comparing public keys.
2006-04-12 Dr. Stephen HensonAdd file dso_beos.c missing from original commit.
2006-04-12 Dr. Stephen HensonSupport for DSA keygen, fix for genpkey.
2006-04-12 Dr. Stephen HensonInitial DSA EVP_PKEY_METHOD. Fixup some error codes.
2006-04-11 Ulf MöllerAdd BeOS support.
2006-04-11 Ulf MöllerUse Dl_info only on systems where it is known to exist...
2006-04-11 Ulf Mölleruncomment; that one slipped through
2006-04-11 Ulf Möllerimprove make dclean to remove files generated during...
2006-04-11 Dr. Stephen HensonAdd support for setting keybits and public exponent...
2006-04-11 Dr. Stephen HensonInitial keygen support.
2006-04-10 Dr. Stephen Hensonctrls to set PSS salt length.
2006-04-10 Dr. Stephen HensonPreliminary PSS support.
2006-04-10 Dr. Stephen HensonBeginnings of PSS support.
2006-04-10 Richard LevitteSynchronise with the Unix build
2006-04-10 Dr. Stephen HensonChange operation values so they can be used as a mask.
2006-04-10 Dr. Stephen HensonImplementation of pkey_rsa_verify. Some constification.
next