]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rsa/rsa_pmeth.c
Continue standardising malloc style for libcrypto
[thirdparty/openssl.git] / crypto / rsa / rsa_pmeth.c
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-09-03  Rich Salzremove 0 assignments.
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07  Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree null cleanup finale
2015-05-01  Rich Salzfree NULL cleanup 7
2015-04-30  Matt CaswellFix buffer overrun in RSA signing
2015-03-24  Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08  Matt CaswellImplement internally opaque bn access from rsa
2014-11-20  Annie YousarRT2679: Fix error if keysize too short
2013-06-21  Dr. Stephen HensonCMS RSA-OAEP and RSA-PSS support.
2013-06-21  Dr. Stephen HensonUpdate to OAEP support.
2013-06-21  Dr. Stephen HensonAdd control to retrieve signature MD.
2013-06-12  Dr. Stephen HensonExetended OAEP support.
2013-03-31  Dr. Stephen HensonTypo.
2012-02-15  Dr. Stephen HensonAdditional compatibility fix for MDC2 signature format.
2012-01-02  Dr. Stephen Hensonincomplete provisional OAEP CMS decrypt support
2010-06-01  Dr. Stephen Hensonadd CVE-2010-0742 and CVS-2010-1633 fixes
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-08  Dr. Stephen HensonRSA PSS verification support including certificates...
2010-03-07  Dr. Stephen Hensonadd MGF1 digest ctrl
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-05-02  Dr. Stephen HensonIndicate support for digest init ctrl.
2008-03-16  Geoff ThorpeFix a variety of warnings generated by some elevated...
2008-03-15  Dr. Stephen HensonInitial support for enveloped data decrypt. Extent...
2008-03-12  Dr. Stephen HensonAnd so it begins...
2007-10-26  Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2006-08-28  Ben LaurieMake things static that should be. Declare stuff in...
2006-07-20  Dr. Stephen HensonUse correct pointer types for various functions.
2006-07-10  Dr. Stephen HensonAllow digests to supply S/MIME micalg values from a...
2006-05-28  Richard Levitterslen is unsigned, so it can never go below 0.
2006-05-24  Dr. Stephen HensonNew function to dup EVP_PKEY_CTX. This will be needed...
2006-05-24  Dr. Stephen HensonUse size_t for new crypto size parameters.
2006-05-11  Dr. Stephen HensonNew functions to get key types without dereferncing...
2006-05-08  Dr. Stephen HensonUpdate PKCS#7 enveloped data to new API.
2006-04-15  Dr. Stephen HensonUse more flexible method of determining output length...
2006-04-14  Dr. Stephen HensonUpdate copyright notices on a few files where all origi...
2006-04-13  Dr. Stephen HensonAdd key derivation support.
2006-04-12  Dr. Stephen HensonInitial DSA EVP_PKEY_METHOD. Fixup some error codes.
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  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.
2006-04-09  Dr. Stephen HensonStore digests as EVP_MD instead of a NID.
2006-04-09  Dr. Stephen HensonConstification.
2006-04-09  Dr. Stephen HensonBugfix X9.31 padding.
2006-04-09  Dr. Stephen HensonSupport for digest signing and X931 in rsa_pkey_meth.
2006-04-09  Dr. Stephen HensonAdd checking to padding ctrl.
2006-04-09  Dr. Stephen HensonAdd RSA ctrl for padding mode, add ctrl support in...
2006-04-08  Dr. Stephen HensonImplement encrypt/decrypt using RSA.
2006-04-08  Dr. Stephen HensonInitial functions for RSA EVP_PKEY_METHOD.
2006-04-06  Dr. Stephen HensonInitial definitions and a few functions for EVP_PKEY_ME...