index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rsa
/
rsa_oaep.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
Include "constant_time_locl.h" rather than "../constant_time_locl.h".
Richard Levitte
2014-10-15
1
-1
/
+1
*
RT3066: rewrite RSA padding checks to be slightly more constant time.
Emilia Kasper
2014-09-24
1
-62
/
+87
*
Exetended OAEP support.
Dr. Stephen Henson
2013-06-12
1
-39
/
+66
*
Add and use a constant-time memcmp.
Ben Laurie
2013-02-06
1
-1
/
+1
*
Move all FIPSAPI renames into fips.h header file, include early in
Dr. Stephen Henson
2011-01-27
1
-4
/
+0
*
Redirect FIPS memory allocation to FIPS_malloc() routine, remove
Dr. Stephen Henson
2011-01-27
1
-0
/
+4
*
Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refer
Dr. Stephen Henson
2011-01-27
1
-1
/
+1
*
FIPS mode RSA changes:
Dr. Stephen Henson
2011-01-26
1
-1
/
+3
*
Audit libcrypto for unchecked return values: fix all cases enountered
Dr. Stephen Henson
2009-09-24
1
-9
/
+17
*
Fix from 0.9.8-stable.
Dr. Stephen Henson
2009-06-27
1
-7
/
+7
*
If we're going to return errors (no matter how stupid), then we should
Ben Laurie
2008-12-29
1
-6
/
+13
*
Fix two invalid memory reads in RSA OAEP mode.
Dr. Stephen Henson
2008-05-19
1
-8
/
+15
*
Update from 0.9.7-stable. Also repatch and rebuild error codes.
Dr. Stephen Henson
2005-05-28
1
-6
/
+13
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-1
/
+1
*
Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
Dr. Stephen Henson
2001-10-16
1
-5
/
+5
*
improve OAEP check
Bodo Möller
2001-09-06
1
-12
/
+27
*
fix formatting so that the file can be view with any tab-width
Bodo Möller
2001-09-06
1
-129
/
+129
*
Really add the EVP and all of the DES changes.
Ben Laurie
2001-07-31
1
-0
/
+3
*
avoid warnings
Bodo Möller
2001-07-24
1
-2
/
+4
*
Change all calls to low level digest routines in the library and
Dr. Stephen Henson
2001-06-20
1
-9
/
+9
*
more error codes fixed
Ulf Möller
2001-06-08
1
-3
/
+2
*
when checking OAEP, signal just a single kind of 'decoding error'
Bodo Möller
2001-06-06
1
-10
/
+11
*
move check to avoid memory leak.
Ulf Möller
2001-06-06
1
-8
/
+8
*
make sure we don't write to seed[-1]
Ulf Möller
2001-06-06
1
-0
/
+5
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-1
/
+1
*
Update "OAEP reconsidered" comment
Bodo Möller
2001-01-24
1
-8
/
+8
*
Discuss http://www.shoup.net/papers/oaep.ps.Z
Bodo Möller
2000-12-05
1
-1
/
+16
*
Constify the RSA library.
Richard Levitte
2000-11-06
1
-6
/
+9
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-4
/
+4
*
Precautions against using the PRNG uninitialized: RAND_bytes() now
Ulf Möller
2000-01-13
1
-1
/
+2
*
Bug fix.
Ulf Möller
1999-04-29
1
-5
/
+7
*
Message digest stuff.
Ulf Möller
1999-04-27
1
-1
/
+1
*
New Configure option no-<cipher> (rsa, idea, rc5, ...).
Ulf Möller
1999-04-27
1
-0
/
+2
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-4
/
+4
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-15
/
+5
*
Add OAEP.
Ben Laurie
1999-02-17
1
-0
/
+168