aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_oaep.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some obsolete/obscure internal define switches:Emilia Kasper2017-03-011-5/+0
* Fix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1Bernd Edlinger2017-01-091-2/+6
* Copyright consolidation 08/10Rich Salz2016-05-171-2/+6
* Make the RSA structure opaqueRichard Levitte2016-04-061-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-2/+2
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-9/+10
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Identify and move OpenSSL internal header filesRichard Levitte2015-05-141-1/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-12/+9
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-268/+262
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte2014-10-151-1/+1
* RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper2014-09-241-62/+87
* Exetended OAEP support.Dr. Stephen Henson2013-06-121-39/+66
* Add and use a constant-time memcmp.Ben Laurie2013-02-061-1/+1
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-4/+0
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-271-0/+4
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson2011-01-271-1/+1
* FIPS mode RSA changes:Dr. Stephen Henson2011-01-261-1/+3
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-9/+17
* Fix from 0.9.8-stable.Dr. Stephen Henson2009-06-261-7/+7
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-6/+13
* Fix two invalid memory reads in RSA OAEP mode.Dr. Stephen Henson2008-05-191-8/+15
* Update from 0.9.7-stable. Also repatch and rebuild error codes.Dr. Stephen Henson2005-05-281-6/+13
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-5/+5
* improve OAEP checkBodo Möller2001-09-061-12/+27
* fix formatting so that the file can be view with any tab-widthBodo Möller2001-09-061-129/+129
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-0/+3
* avoid warningsBodo Möller2001-07-241-2/+4
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-9/+9
* more error codes fixedUlf Möller2001-06-081-3/+2
* when checking OAEP, signal just a single kind of 'decoding error'Bodo Möller2001-06-061-10/+11
* move check to avoid memory leak.Ulf Möller2001-06-061-8/+8
* make sure we don't write to seed[-1]Ulf Möller2001-06-061-0/+5
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Update "OAEP reconsidered" commentBodo Möller2001-01-241-8/+8
* Discuss http://www.shoup.net/papers/oaep.ps.ZBodo Möller2000-12-051-1/+16
* Constify the RSA library.Richard Levitte2000-11-061-6/+9
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-4/+4
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-1/+2
* Bug fix.Ulf Möller1999-04-291-5/+7
* Message digest stuff.Ulf Möller1999-04-271-1/+1
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-0/+2
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-4/+4
* Change functions to ANSI C.Ulf Möller1999-04-191-15/+5
* Add OAEP.Ben Laurie1999-02-171-0/+168