projects
/
oweals
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Always use TLSv1.0 for record layer version in TLSv1.3
[oweals/openssl.git]
/
crypto
/
rsa
/
2017-01-09
Bernd Edlinger
Fix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
fix a few more style issues
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Remove unnecessary frees and style fixes.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Use more desciptive macro name rsa_pss_restricted()
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
style issues
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
free str on error
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
fix various style issues
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
make errors
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
add parameter error
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Only allow PSS padding for PSS keys.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Decode parameters properly.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Return errors PKCS#7/CMS enveloped data ctrls and PSS
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Add PSS parameter restrictions.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Initial parameter restrictions.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Add rsa_pss_get_param.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Don't allow PKCS#7/CMS encrypt with PSS.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Add macros to determine if key or ctx is PSS.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Support pad mode get/set for PSS keys.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Key gen param support.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Set PSS padding mode for PSS keys.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Digest string helper function.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Support RSA operations in PSS.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
PSS EVP_PKEY method
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
RSA-PSS key printing.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
PSS parameter encode and decode.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Split PSS parameter creation.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Use method key type instead of EVP_PKEY_RSA
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
PSS ASN.1 method
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
add EVP_PKEY_RSA_PSS
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Add pss field to RSA structure and free it.
tree
|
commitdiff
2017-01-08
Dr. Stephen Henson
Cache maskHash parameter
tree
|
commitdiff
2016-12-09
Dr. Stephen Henson
Check input length to pkey_rsa_verify()
tree
|
commitdiff
2016-11-17
Kurt Roeckx
Add support for reference counting using C11 atomics
tree
|
commitdiff
2016-11-17
FdaSilvaYY
Raise an error on memory alloc failure.
tree
|
commitdiff
2016-11-15
Rich Salz
Check return value of some BN functions.
tree
|
commitdiff
2016-11-07
David Benjamin
Implement RSASSA-PKCS1-v1_5 as specified.
tree
|
commitdiff
2016-08-22
Rich Salz
RT2676: Reject RSA eponent if even or 1
tree
|
commitdiff
2016-08-17
Dr. Stephen Henson
Constify private key decode.
tree
|
commitdiff
2016-07-20
Kurt Roeckx
Check for errors allocating the error strings.
tree
|
commitdiff
2016-06-29
FdaSilvaYY
Whitespace cleanup in crypto
tree
|
commitdiff
2016-06-27
Andy Polyakov
rsa/rsa_lib.c: const-ify RSA_get0_engine().
tree
|
commitdiff
2016-06-27
Rich Salz
RT4586: Remove RSA_memory_lock; unused, not needed
tree
|
commitdiff
2016-06-18
FdaSilvaYY
Useless header include of openssl/rand.h
tree
|
commitdiff
2016-06-16
Matt Caswell
Fix the build and tests following constification of...
tree
|
commitdiff
2016-06-15
Richard Levitte
Constify the parameter getters for RSA, DSA and DH
tree
|
commitdiff
2016-06-06
Matt Caswell
Deprecate the flags that switch off constant time
tree
|
commitdiff
2016-06-04
Kurt Roeckx
Specifiy size of arrays
tree
|
commitdiff
2016-05-23
Rich Salz
Remove unused error/function codes.
tree
|
commitdiff
2016-05-23
FdaSilvaYY
Fix and simplify error handling in (RSA/EC_kmeth)_new_m...
tree
|
commitdiff
2016-05-23
FdaSilvaYY
Remove useless NULL checks
tree
|
commitdiff
2016-05-18
Matt Caswell
Add some error messages for malloc fails
tree
|
commitdiff
2016-05-18
Matt Caswell
Better checks for malloc failure in various METHOD...
tree
|
commitdiff
2016-05-17
Rich Salz
Manual fixes after copyright consolidation
tree
|
commitdiff
2016-05-17
Rich Salz
Copyright consolidation 08/10
tree
|
commitdiff
2016-04-28
Matt Caswell
Don't leak an ASN1_OCTET_STRING on error in rsa_cms_encrypt
tree
|
commitdiff
2016-04-27
Richard Levitte
RSA, DSA, DH: Allow some given input to be NULL on...
tree
|
commitdiff
2016-04-20
Richard Levitte
Remove --classic build entirely
tree
|
commitdiff
2016-04-18
Rich Salz
Make string_to_hex/hex_to_string public
tree
|
commitdiff
2016-04-06
Richard Levitte
Make the RSA_METHOD structure opaque
tree
|
commitdiff
2016-04-06
Richard Levitte
Make the RSA structure opaque
tree
|
commitdiff
2016-03-21
Richard Levitte
Remove the remainder of util/mk1mf.pl and companion...
tree
|
commitdiff
2016-03-20
Rich Salz
Remove #error from include files.
tree
|
commitdiff
2016-03-11
Dr. Stephen Henson
Make X509_SIG opaque.
tree
|
commitdiff
2016-03-08
Alessandro Ghedini
Convert RSA blinding to new multi-threading API
tree
|
commitdiff
2016-03-08
Alessandro Ghedini
Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
tree
|
commitdiff
2016-02-28
Rich Salz
GH715: Missed some null-check-removals.
tree
|
commitdiff
2016-02-25
Rich Salz
GH715: ENGINE_finish can take NULL
tree
|
commitdiff
2016-02-22
Rich Salz
Remove unused parameters from internal functions
tree
|
commitdiff
2016-02-20
Richard Levitte
Always build library object files with shared library...
tree
|
commitdiff
2016-02-18
Richard Levitte
Remove all special make depend flags, as well as OPENSS...
tree
|
commitdiff
2016-02-18
Rich Salz
Remove outdated DEBUG flags.
tree
|
commitdiff
2016-02-11
Rich Salz
Move to REF_DEBUG, for consistency.
tree
|
commitdiff
2016-02-10
Rich Salz
Use NON_EMPTY_TRANSLATION_UNIT, consistently.
tree
|
commitdiff
2016-02-05
FdaSilvaYY
GH601: Various spelling fixes.
tree
|
commitdiff
2016-02-03
Emilia Kasper
RT4148
tree
|
commitdiff
2016-02-01
Richard Levitte
unified build scheme: add build.info files
tree
|
commitdiff
2016-01-29
Rich Salz
Templatize util/domd
tree
|
commitdiff
2016-01-26
Rich Salz
Remove /* foo.c */ comments
tree
|
commitdiff
2016-01-20
Rich Salz
Remove update tags
tree
|
commitdiff
2016-01-20
Dr. Stephen Henson
make EVP_PKEY opaque
tree
|
commitdiff
2016-01-17
Rich Salz
Remove some old makefile targets
tree
|
commitdiff
2016-01-12
Rich Salz
Move Makefiles to Makefile.in
tree
|
commitdiff
2016-01-12
Richard Levitte
make update
tree
|
commitdiff
2016-01-08
Viktor Dukhovni
Backwards-compatibility subject to OPENSSL_API_COMPAT
tree
|
commitdiff
2016-01-07
Rich Salz
mem functions cleanup
tree
|
commitdiff
2015-12-18
Richard Levitte
Remove the "eay" c-file-style indicators
tree
|
commitdiff
2015-12-16
Rich Salz
Rename some BUF_xxx to OPENSSL_xxx
tree
|
commitdiff
2015-12-09
Dr. Stephen Henson
make update
tree
|
commitdiff
2015-12-07
Richard Levitte
Cleanup: fix all sources that used EVP_MD_CTX_(create...
tree
|
commitdiff
2015-12-07
Richard Levitte
Adjust all accesses to EVP_MD_CTX to use accessor funct...
tree
|
commitdiff
2015-12-02
Dr. Stephen Henson
Remove RSA_FLAG_SIGN_VER flag.
tree
|
commitdiff
2015-12-02
Dr. Stephen Henson
Remove legacy sign/verify from EVP_MD.
tree
|
commitdiff
2015-12-01
Rich Salz
ex_data part 2: doc fixes and CRYPTO_free_ex_index.
tree
|
commitdiff
2015-11-26
Matt Caswell
Tighten up BN_with_flags usage and avoid a reachable...
tree
|
commitdiff
2015-11-17
Rich Salz
Rename RSA_eay_xxx to rsa_ossl_xxx
tree
|
commitdiff
2015-11-09
Matt Caswell
Continue standardising malloc style for libcrypto
tree
|
commitdiff
2015-11-05
Dr. Stephen Henson
Rebuild error source files.
tree
|
commitdiff
2015-10-30
Rich Salz
Replace "SSLeay" in API with OpenSSL
tree
|
commitdiff
2015-10-08
Matt Caswell
Don't treat a bare OCTETSTRING as DigestInfo in int_rsa...
tree
|
commitdiff
2015-10-07
Pascal Cuoq
Move BN_CTX_start() call so the error case can always...
tree
|
commitdiff
next