Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functions
[openssl.git] / crypto / rsa /
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2016-01-07 Rich Salzmem functions cleanup
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-09 Dr. Stephen Hensonmake update
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-02 Dr. Stephen HensonRemove RSA_FLAG_SIGN_VER flag.
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-26 Matt CaswellTighten up BN_with_flags usage and avoid a reachable...
2015-11-17 Rich SalzRename RSA_eay_xxx to rsa_ossl_xxx
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-08 Matt CaswellDon't treat a bare OCTETSTRING as DigestInfo in int_rsa...
2015-10-07 Pascal CuoqMove BN_CTX_start() call so the error case can always...
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 David BarRT3674: Make no-cms build work.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-08-26 Rich SalzRemove _locked memory functions.
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-06-23 Rich SalzMore secure storage of key material.
2015-06-08 Kurt RoeckxProperly check certificate in case of export ciphers.
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move OpenSSL internal header files
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-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
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-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-28 Rich Salzremove malloc casts
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-30 Dr. Stephen HensonRemove duplicate code.
2015-03-25 Rich Salzfree NULL cleanup
2015-03-24 Dr. Stephen Hensonmake ASN1_OBJECT opaque
2015-03-24 Dr. Stephen Hensonmake depend
2015-03-24 Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-03-24 Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-03-24 Rich Salzfree NULL cleanup
2015-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-03-19 Dr. Stephen HensonReject invalid PSS parameters.
2015-03-12 Matt CaswellFix RSA_X931_derive_ex
2015-02-03 Rich SalzDead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-26 Rich SalzRemove obsolete support for old code.
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRerun util/openssl-format-source -v -c . master-post-auto-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFix strange formatting by indent
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-18 Matt CaswellChange all instances of OPENSSL_NO_DEPRECATED to OPENSS...
2014-12-08 Matt CaswellImplement internally opaque bn access from rsa
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen Hensonremove FIPS module code from crypto/rsa
2014-12-08 Dr. Stephen HensonRemove fips_constseg references.
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2014-11-20 Annie YousarRT2679: Fix error if keysize too short
2014-10-15 Richard LevitteInclude "constant_time_locl.h" rather than "../constant...
2014-09-29 Dr. Stephen HensonAdd additional DigestInfo checks.
2014-09-24 Emilia KasperRT3066: rewrite RSA padding checks to be slightly more...
2014-09-21 Andy Polyakovcrypto/rsa/rsa_chk.c: harmonize error codes.
2014-09-08 Kurt RoeckxRT2626: Change default_bits from 1K to 2K
2014-09-08 Rich SalzRT992: RSA_check_key should have a callback arg
2014-08-18 Doug GoldsteinRT2163: Remove some unneeded #include's
2014-07-05 Alan HryngleReturn smaller of ret and f.
2014-05-29 Martin Kaiserremove duplicate 0x for default RSASSA-PSS salt len
2014-03-28 Dr. Stephen HensonAdd functions returning security bits.
2014-03-19 Dr. Stephen HensonWorkaround for some CMS signature formats.
2014-02-19 Dr. Stephen Hensonmake depend
2013-11-09 Dr. Stephen HensonCheck for missing components in RSA_check.
2013-07-17 Dr. Stephen HensonReturn correct enveloped data type in ASN1 methods.
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-06-05 Dr. Stephen HensonFix PSS signature printing.
2013-03-31 Dr. Stephen HensonTypo.
2013-02-06 Ben LaurieAdd and use a constant-time memcmp.
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2012-02-15 Dr. Stephen HensonAdditional compatibility fix for MDC2 signature format.
2012-02-15 Dr. Stephen HensonAn incompatibility has always existed between the forma...
2012-01-02 Dr. Stephen Hensonincomplete provisional OAEP CMS decrypt support
2011-10-19 Bodo MöllerBN_BLINDING multi-threading fix.
2011-09-14 Andy PolyakovAllow for dynamic base in Win64 FIPS module.
2011-09-05 Bodo Möllermake update
next