index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rsa
/
rsa.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup OPENSSL_NO_xxx, part 1
master-pre-reformat
Rich Salz
2015-01-14
1
-1
/
+1
*
Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATED
Matt Caswell
2014-12-18
1
-6
/
+6
*
RT3066: rewrite RSA padding checks to be slightly more constant time.
Emilia Kasper
2014-09-24
1
-1
/
+2
*
crypto/rsa/rsa_chk.c: harmonize error codes.
Andy Polyakov
2014-09-21
1
-0
/
+1
*
RT992: RSA_check_key should have a callback arg
Rich Salz
2014-09-08
1
-0
/
+1
*
Add functions returning security bits.
Dr. Stephen Henson
2014-03-28
1
-0
/
+1
*
CMS RSA-OAEP and RSA-PSS support.
Dr. Stephen Henson
2013-06-22
1
-0
/
+20
*
Update to OAEP support.
Dr. Stephen Henson
2013-06-21
1
-0
/
+11
*
Exetended OAEP support.
Dr. Stephen Henson
2013-06-12
1
-2
/
+26
*
Give parameters names in prototypes.
Dr. Stephen Henson
2011-06-17
1
-1
/
+1
*
Remove FIPS RSA functions from crypto/rsa.
Dr. Stephen Henson
2011-06-02
1
-19
/
+0
*
Make sure overrides work for RSA/DSA.
Dr. Stephen Henson
2011-04-23
1
-1
/
+1
*
Add PRNG security strength checking.
Dr. Stephen Henson
2011-04-23
1
-0
/
+4
*
Fix error codes.
Bodo Möller
2011-02-03
1
-2
/
+4
*
Add sign/verify digest API to handle an explicit digest instead of finalising
Dr. Stephen Henson
2011-02-02
1
-0
/
+8
*
FIPS mode RSA changes:
Dr. Stephen Henson
2011-01-26
1
-0
/
+44
*
ctrl operations to retrieve RSA algorithm settings
Dr. Stephen Henson
2010-03-11
1
-1
/
+20
*
RSA PSS verification support including certificates and certificate
Dr. Stephen Henson
2010-03-08
1
-1
/
+13
*
add separate PSS decode function, rename PSS parameters to RSA_PSS_PARAMS
Dr. Stephen Henson
2010-03-07
1
-3
/
+4
*
Add PSS algorithm printing. This is an initial step towards full PSS support.
Dr. Stephen Henson
2010-03-06
1
-0
/
+10
*
If we're going to return errors (no matter how stupid), then we should
Ben Laurie
2008-12-29
1
-1
/
+0
*
Make sure a bad parameter to RSA_verify_PKCS1_PSS() doesn't lead to a crash.
Ben Laurie
2008-12-29
1
-0
/
+1
*
Fix from stable branch.
Dr. Stephen Henson
2008-06-22
1
-0
/
+2
*
Initial support for enveloped data decrypt. Extent runex.pl to cover these
Dr. Stephen Henson
2008-03-16
1
-0
/
+1
*
Change to mitigate branch prediction attacks
Bodo Möller
2007-03-28
1
-1
/
+15
*
Update from 0.9.8 stable. Eliminate duplicate error codes.
Dr. Stephen Henson
2006-11-21
1
-3
/
+2
*
Introduce limits to prevent malicious keys being able to
Bodo Möller
2006-09-28
1
-0
/
+12
*
Remove non-functional part of recent patch, after discussion with
Bodo Möller
2006-09-06
1
-1
/
+0
*
Avoid PKCS #1 v1.5 signature attack discovered by Daniel Bleichenbacher
Mark J. Cox
2006-09-05
1
-0
/
+1
*
Fix various error codes to match functions.
Dr. Stephen Henson
2006-07-17
1
-1
/
+4
*
New functions to get key types without dereferncing EVP_PKEY.
Dr. Stephen Henson
2006-05-11
1
-0
/
+6
*
Initial DSA EVP_PKEY_METHOD. Fixup some error codes.
Dr. Stephen Henson
2006-04-12
1
-1
/
+1
*
Add support for setting keybits and public exponent value for pkey RSA keygen.
Dr. Stephen Henson
2006-04-11
1
-0
/
+11
*
ctrls to set PSS salt length.
Dr. Stephen Henson
2006-04-10
1
-0
/
+7
*
Beginnings of PSS support.
Dr. Stephen Henson
2006-04-10
1
-0
/
+2
*
Implementation of pkey_rsa_verify. Some constification.
Dr. Stephen Henson
2006-04-10
1
-2
/
+3
*
Store digests as EVP_MD instead of a NID.
Dr. Stephen Henson
2006-04-09
1
-0
/
+2
*
Support for digest signing and X931 in rsa_pkey_meth.
Dr. Stephen Henson
2006-04-09
1
-1
/
+6
*
Add checking to padding ctrl.
Dr. Stephen Henson
2006-04-09
1
-1
/
+1
*
Add RSA ctrl for padding mode, add ctrl support in pkeyutl.
Dr. Stephen Henson
2006-04-09
1
-0
/
+6
*
Initial support for pluggable public key ASN1 support. Process most public
Dr. Stephen Henson
2006-03-20
1
-0
/
+3
*
Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)
Bodo Möller
2006-01-08
1
-2
/
+2
*
Fix inconsistensy between 8 and HEAD.
Andy Polyakov
2005-06-02
1
-0
/
+6
*
PSS update [from 0.9.7].
Andy Polyakov
2005-06-02
1
-2
/
+2
*
Update from 0.9.7-stable. Also repatch and rebuild error codes.
Dr. Stephen Henson
2005-05-28
1
-9
/
+30
*
Implement fixed-window exponentiation to mitigate hyper-threading
Bodo Möller
2005-05-16
1
-13
/
+20
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-2
/
+7
*
some updates for the blinding code; summary:
Nils Larsch
2005-04-27
1
-0
/
+4
*
Give everything prototypes (well, everything that's actually used).
Ben Laurie
2005-03-31
1
-5
/
+13
*
Deprecate the recursive includes of bn.h from various API headers (asn1.h,
Geoff Thorpe
2004-05-17
1
-1
/
+3
[next]