"Jumbo" update for crypto/modes:
[openssl.git] / crypto /
2010-05-04 Andy Polyakov"Jumbo" update for crypto/modes:
2010-05-03 Andy PolyakovAdd ghash-armv4.pl.
2010-05-03 Dr. Stephen HensonPR: 2244
2010-05-03 Dr. Stephen HensonPR: 2250
2010-05-03 Dr. Stephen Hensonexperimental function to convert ASN1_TIME to tm, not...
2010-05-01 Ben LaurieMissing declarations, no assembler in PEDANTIC.
2010-04-28 Andy Polyakovbss_file.c: refine UTF-8 logic on Windows.
2010-04-28 Andy PolyakovAdd ghash-parisc.pl.
2010-04-22 Andy PolyakovTake gcm128.c and ghash assembler modules into the...
2010-04-21 Andy Polyakovbss_file.c: reserve for option to encode file name...
2010-04-20 Andy Polyakovmd5-ia64.S: fix assembler warning.
2010-04-20 Dr. Stephen HensonPR: 2241
2010-04-15 Dr. Stephen Hensonnew function to diff tm structures
2010-04-15 Dr. Stephen Hensonoops revert patch not part of Configure diff
2010-04-15 Dr. Stephen Hensonoops, commit Configure part of PR#2234
2010-04-14 Dr. Stephen HensonPR: 2235
2010-04-14 Andy Polyakovx86_64cpuid.pl: ml64 is allergic to db on label line.
2010-04-14 Andy Polyakovgcm128.c and assembler modules: change argument order...
2010-04-14 Andy Polyakov[co]fb128.c: fix "n=0" bug.
2010-04-10 Andy Polyakovaes-ppc.pl: 10% performance improvement on Power6.
2010-04-10 Andy Polyakovgcm128.c: commentary and formatting updates.
2010-04-10 Andy Polyakovcts128.c: add support for NIST "Ciphertext Stealing...
2010-04-10 Andy PolyakovAESNI engine: add counter mode.
2010-04-10 Andy Polyakovperlasm/x86*: add support to SSE>2 and pclmulqdq. x86_6...
2010-04-10 Andy Polyakovsha1-alpha.pl: addenum till commit #19547.
2010-04-10 Andy Polyakovctr129.c: fix typo, simplify ctr128_inc and fix "n...
2010-04-10 Andy PolyakovAdd ghash-alpha.pl assembler module.
2010-04-10 Andy Polyakovsha1-alpha.pl: engage it in build.
2010-04-10 Andy Polyakovsparccpuid.S: some assembler is allergic to apostrophes...
2010-04-10 Andy Polyakovalpha-mont.pl: comply with stack alignment requirements.
2010-04-06 Dr. Stephen HensonPR: 2220
2010-03-29 Andy Polyakovcryptlib.c: allow application to override OPENSSL_isser...
2010-03-29 Andy PolyakovARMv4 assembler: fix compilation failure. Fix is actual...
2010-03-29 Andy Polyakovdso_dlfcn.c: fix compile failure on Tru64.
2010-03-28 Dr. Stephen HensonPR: 1696
2010-03-27 Dr. Stephen HensonPR: 1763
2010-03-27 Dr. Stephen HensonPR: 1904
2010-03-27 Dr. Stephen HensonPR: 1813
2010-03-22 Andy Polyakovrand_win.c: fix logical bug in readscreen.
2010-03-22 Andy Polyakovbss_file.c: fix MSC 6.0 warning.
2010-03-22 Andy PolyakovGHASH assembler: new ghash-sparcv9.pl module and saner...
2010-03-15 Andy PolyakovFix UPLINK typo.
2010-03-15 Andy Polyakovghash-ia64.pl: new file, GHASH for Itanium.
2010-03-14 Dr. Stephen Hensonprint signature parameters with CRLs too
2010-03-14 Dr. Stephen Hensonadd X509_CRL_sign_ctx function
2010-03-12 Dr. Stephen Hensonmissing goto meant signature was never printed out
2010-03-11 Dr. Stephen HensonSubmitted by: Martin Kaiser
2010-03-11 Dr. Stephen Hensonalg2 can be NULL
2010-03-11 Andy PolyakovAdd GHASH x86_64 assembler.
2010-03-11 Dr. Stephen HensonRSA PSS ASN1 signing method
2010-03-11 Dr. Stephen Hensontypo
2010-03-11 Dr. Stephen Hensonctrl operations to retrieve RSA algorithm settings
2010-03-11 Dr. Stephen HensonAdd support for new PSS functions in RSA EVP_PKEY_METHOD
2010-03-11 Dr. Stephen HensonExtend PSS padding code to support different digests...
2010-03-11 Dr. Stephen HensonAlgorithm specific ASN1 signing functions.
2010-03-11 Dr. Stephen Hensonupdate cms code to use X509_ALGOR_set_md instead of...
2010-03-11 Dr. Stephen HensonNew function X509_ALGOR_set_md() to set X509_ALGOR...
2010-03-09 Andy PolyakovAdd GHASH x86 assembler.
2010-03-09 Dr. Stephen HensonPR: 2188
2010-03-08 Dr. Stephen Hensonreserve a few more bits for future cipher modes
2010-03-08 Andy Polyakovgcm128.c: add option for streamed GHASH, simple benchma...
2010-03-08 Dr. Stephen HensonRSA PSS verification support including certificates...
2010-03-08 Dr. Stephen Hensoncorrect error code
2010-03-07 Dr. Stephen Hensonprint outermost signature algorithm parameters too
2010-03-07 Dr. Stephen HensonThe OID sanity check was incorrect. It should only...
2010-03-07 Dr. Stephen Hensonalthough AES is a variable length cipher, AES EVP metho...
2010-03-07 Dr. Stephen Hensonoops, make EVP ctr mode work again
2010-03-07 Dr. Stephen Hensontypo
2010-03-07 Dr. Stephen Hensonadd separate PSS decode function, rename PSS parameters...
2010-03-07 Dr. Stephen Hensonadd MGF1 digest ctrl
2010-03-07 Dr. Stephen Hensonupdate ASN1 sign/verify to use EVP_DigestSign and EVP_D...
2010-03-06 Dr. Stephen Hensondon't add digest alias if signature algorithm is undefined
2010-03-06 Dr. Stephen HensonAdd PSS algorithm printing. This is an initial step...
2010-03-06 Dr. Stephen Hensonfix indent, newline
2010-03-06 Dr. Stephen HensonAdd algorithm specific signature printing. An individua...
2010-03-05 Dr. Stephen HensonFix memory leak: free up ENGINE functional reference...
2010-03-03 Dr. Stephen Hensonoption to replace extensions with new ones: mainly...
2010-03-03 Dr. Stephen HensonPR: 2183
2010-03-03 Dr. Stephen Hensondon't mix definitions and code
2010-03-02 Andy PolyakovInitial version of Galois Counter Mode implementation...
2010-03-02 Andy Polyakovppccap.c: portability fix.
2010-03-02 Andy PolyakovFix s390x-specific HOST_l2c|c2l.
2010-03-01 Dr. Stephen HensonPR: 2178
2010-03-01 Dr. Stephen Hensonoops, reinstate correct prototype
2010-03-01 Dr. Stephen Henson'typo'
2010-03-01 Dr. Stephen Hensonmake USE_CRYPTODEV_DIGESTS work
2010-03-01 Dr. Stephen Hensonload cryptodev if HAVE_CRYPTODEV is set too
2010-03-01 Dr. Stephen Hensonupdate cryptodev to match 1.0.0 stable branch version
2010-02-28 Ben LaurieFix warnings (note that gcc 4.2 has a bug that makes...
2010-02-26 Dr. Stephen HensonRevert CFB block length change. Despite what SP800...
2010-02-25 Dr. Stephen Hensonadd -trusted_first option and verify flag
2010-02-25 Dr. Stephen Hensontidy verify code. xn not used any more and check for...
2010-02-25 Dr. Stephen HensonExperimental support for partial chain verification...
2010-02-25 Dr. Stephen Hensonverify parameter enumeration functions
2010-02-25 Dr. Stephen HensonInclude self-signed flag in certificates by checking...
2010-02-24 Dr. Stephen Hensonadd anyExtendedKeyUsage OID
2010-02-24 Dr. Stephen Hensonprevent warning
2010-02-23 Andy PolyakovReserve for option to implement AES counter in assembler.
2010-02-23 Andy PolyakovAdd AES counter mode to EVP.
2010-02-23 Andy PolyakovAdd assigned OIDs, as well as "anonymous" ones for...
next