index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
rsa
/
rsa_pss.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-2
/
+2
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
RSA: properly generate algorithm identifier for RSA-PSS signatures
Tomas Mraz
2021-02-05
1
-1
/
+3
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-16
/
+13
*
rsa: add ossl_ prefix to internal rsa_ calls.
Pauli
2020-10-07
1
-19
/
+19
*
RSA: Add a less loaded PSS-parameter structure
Richard Levitte
2020-05-14
1
-0
/
+136
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Use RAND_bytes_ex in crypto/rsa
Matt Caswell
2020-03-19
1
-1
/
+1
*
Deprecate the low level RSA functions.
Pauli
2020-02-20
1
-0
/
+6
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/rsa/
Richard Levitte
2018-12-06
1
-1
/
+1
*
crypto/rsa/rsa_pss.c: silence coverity warning
Dr. Matthias St. Pierre
2018-09-10
1
-1
/
+1
*
RSA padding Zeroization fixes
Shane Lontis
2018-09-06
1
-2
/
+2
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-07
1
-2
/
+2
*
This part fixes braces around if-else.
Paul Yang
2017-08-25
1
-7
/
+8
*
Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1
Bernd Edlinger
2017-03-13
1
-2
/
+13
*
Defines and strings for special salt length values, add tests
Dr. Stephen Henson
2017-01-18
1
-12
/
+11
*
Copyright consolidation 08/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-4
/
+4
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-18
/
+23
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-2
/
+2
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-4
/
+2
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-12
/
+12
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-207
/
+195
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-2
/
+2
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
remove FIPS module code from crypto/rsa
Dr. Stephen Henson
2014-12-08
1
-4
/
+0
*
Remove fips_constseg references.
Dr. Stephen Henson
2014-12-08
1
-1
/
+0
*
Allow for dynamic base in Win64 FIPS module.
Andy Polyakov
2011-09-14
1
-0
/
+1
*
Fix error codes.
Bodo Möller
2011-02-03
1
-13
/
+11
*
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
-4
/
+6
*
Extend PSS padding code to support different digests for MGF1 and message.
Dr. Stephen Henson
2010-03-11
1
-2
/
+23
*
Audit libcrypto for unchecked return values: fix all cases enountered
Dr. Stephen Henson
2009-09-23
1
-13
/
+20
*
Submitted by: Julia Lawall <julia@diku.dk>
Dr. Stephen Henson
2009-09-13
1
-1
/
+1
*
If we're going to return errors (no matter how stupid), then we should
Ben Laurie
2008-12-29
1
-8
/
+8
*
Make sure a bad parameter to RSA_verify_PKCS1_PSS() doesn't lead to a crash.
Ben Laurie
2008-12-29
1
-0
/
+6
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
fix warnings when building openssl with the following compiler options:
Nils Larsch
2005-08-28
1
-1
/
+1
*
Final(?) WinCE update.
Andy Polyakov
2005-08-07
1
-0
/
+8
*
PSS update [from 0.9.7].
Andy Polyakov
2005-06-02
1
-28
/
+57
*
Update from 0.9.7-stable.
Dr. Stephen Henson
2005-06-01
1
-9
/
+21
*
Add pss/x931 files.
Dr. Stephen Henson
2005-05-28
1
-0
/
+220