PR: 2219
[openssl.git] / crypto /
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...
2010-02-23 Bodo MöllerAlways check bn_wexpend() return values for failure...
2010-02-19 Bodo MöllerFix X509_STORE locking
2010-02-17 Dr. Stephen HensonPR: 2100
2010-02-15 Dr. Stephen HensonThe "block length" for CFB mode was incorrectly coded...
2010-02-15 Dr. Stephen HensonCorrect ECB mode EVP_CIPHER definition: IV length is 0
2010-02-15 Dr. Stephen Hensonadd EVP_CIPH_FLAG_LENGTH_BITS from 0.9.8-stable
2010-02-15 Dr. Stephen HensonPR: 2164
2010-02-09 Dr. Stephen HensonFix memory leak in ENGINE autoconfig code. Improve...
2010-02-08 Dr. Stephen HensonUse supplied ENGINE when initialising CMAC. Restore...
2010-02-08 Dr. Stephen Hensonadd cvsignore
2010-02-08 Dr. Stephen HensonMake update.
2010-02-08 Dr. Stephen HensonMake CMAC API similar to HMAC API. Add methods for...
2010-02-07 Dr. Stephen HensonInitial experimental CMAC implementation.
2010-02-07 Dr. Stephen Hensonmake update
2010-02-07 Dr. Stephen Hensonoops, use new value for new flag
2010-02-07 Dr. Stephen HensonAdd missing function EVP_CIPHER_CTX_copy(). Current...
2010-02-03 Dr. Stephen Hensondon't assume 0x is at start of string
2010-02-02 Dr. Stephen Hensontolerate broken CMS/PKCS7 implementations using signatu...
2010-02-02 Dr. Stephen HensonPR: 2161
2010-01-29 Richard LevitteThe previous take went wrong, try again.
2010-01-29 Richard LevitteArchitecture specific header files need special handling.
2010-01-28 Dr. Stephen HensonIn engine_table_select() don't clear out entire error...
2010-01-28 Dr. Stephen Hensonrevert previous change
2010-01-27 Dr. Stephen Hensonreword RI description
2010-01-27 Richard LevitteHave the VMS build system catch up with the 1.0.0-stabl...
2010-01-26 Dr. Stephen HensonPR: 2138
2010-01-26 Dr. Stephen HensonAdd flags functions which were added to 0.9.8 for fips...
2010-01-26 Dr. Stephen HensonOPENSSL_isservice is now defined on all platforms not...
2010-01-26 Dr. Stephen Hensonexport OPENSSL_isservice and make update
2010-01-25 Andy Polyakovparisc-mont.pl: PA-RISC 2.0 code path optimization...
next