index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
rsa.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-10
Don't compile commands if disabled
Rich Salz
15
-375
/
+341
2020-04-10
Fix krb5 external test
Benjamin Kaduk
1
-1
/
+1
2020-04-09
Add common internal crypto/ modules in liblegacy.a
Richard Levitte
1
-0
/
+2
2020-04-09
Enable Ed25519 signing/verifying to use the libctx
Matt Caswell
4
-10
/
+17
2020-04-09
Add the auto generated der files to .gitignore
Matt Caswell
1
-0
/
+8
2020-04-09
Document the new library context aware CT functions
Matt Caswell
3
-21
/
+61
2020-04-09
Ensure libssl uses the new library context aware CT code
Matt Caswell
1
-2
/
+2
2020-04-09
Make the CT code library context aware
Matt Caswell
9
-34
/
+168
2020-04-09
Enable export_to functions to have access to the libctx
Matt Caswell
7
-8
/
+24
2020-04-09
OpenSSL::OID: Don't use List::Util
Richard Levitte
1
-4
/
+31
2020-04-09
Update RAND_METHOD definition in man page
Jim Newsome
1
-2
/
+2
2020-04-09
Travis build matrix adjustments
Tomas Mraz
1
-44
/
+20
2020-04-09
Add a null provider which implements no algorithms.
Pauli
5
-1
/
+169
2020-04-09
Move legacy ciphers into the legacy provider
Shane Lontis
21
-194
/
+307
2020-04-09
Document the new X509_STORE_CTX_new_with_libctx() function
Matt Caswell
1
-25
/
+35
2020-04-09
Explicitly cache the X509v3_extensions in one more place in libssl
Matt Caswell
1
-0
/
+6
2020-04-09
Use the libctx and propq from the X509_STORE_CTX
Matt Caswell
1
-10
/
+40
2020-04-09
Use X509_STORE_CTX_new_with_libctx() in libssl
Matt Caswell
2
-3
/
+4
2020-04-09
Add X509_STORE_CTX_new_with_libctx()
Matt Caswell
4
-2
/
+30
2020-04-08
TLS: Temporarly downgrade newly generated EVP_PKEYs to legacy
Richard Levitte
4
-0
/
+120
2020-04-08
Fix export of provided EC keys
Richard Levitte
1
-5
/
+2
2020-04-08
EVP & TLS: Add necessary EC_KEY data extraction functions, and use them
Richard Levitte
9
-35
/
+107
2020-04-08
EVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()
Richard Levitte
5
-16
/
+177
2020-04-08
params: add a warning about the PTR types.
Pauli
2
-0
/
+12
2020-04-08
AES CTR-DRGB: do not leak timing information
Patrick Steuer
1
-13
/
+9
2020-04-08
Integer overflow in ASN1_STRING_set.
Pauli
1
-5
/
+16
2020-04-08
params: avoid a core dump with a null pointer and a get string call
Pauli
1
-0
/
+2
2020-04-07
[crypto/ec] blind coordinates in ec_wNAF_mul for robustness
Billy Brumley
2
-20
/
+36
2020-04-07
Fix the error handling in EC_POINTs_mul
Bernd Edlinger
1
-4
/
+4
2020-04-07
Fix misleading error msg for PBM check w/o secret in OSSL_CMP_validate_msg()
Dr. David von Oheimb
4
-4
/
+10
2020-04-07
Fix error reporting glitch in X509_STORE_CTX_print_verify_cb() in t_x509.c
Dr. David von Oheimb
1
-1
/
+1
2020-04-07
Fix bugs in 3GPP exception checking and improve diagnostics in crypt/cmp/cmp_...
Dr. David von Oheimb
1
-48
/
+82
2020-04-07
PROV: Add DERlib support for ECDSA and EC keys
Richard Levitte
8
-116
/
+203
2020-04-07
PROV: Add DERlib support for DSA
Richard Levitte
8
-85
/
+145
2020-04-07
PROV: Add DERlib support for RSA
Richard Levitte
8
-117
/
+220
2020-04-07
PROV: Add the beginning of a DER writing library
Richard Levitte
9
-1
/
+532
2020-04-07
Add perl support to parse and DER encode ASN.1 OID specs
Richard Levitte
2
-0
/
+476
2020-04-06
Add test cases for the non CA certificate with pathlen:0
Tomas Mraz
3
-2
/
+25
2020-04-06
Set X509_V_ERR_INVALID_EXTENSION error for invalid basic constraints
Tomas Mraz
1
-0
/
+6
2020-04-06
Allow certificates with Basic Constraints CA:false, pathlen:0
Tomas Mraz
1
-3
/
+7
2020-04-04
Add a WPACKET test for the new DER capability
Matt Caswell
1
-0
/
+67
2020-04-04
Add "endfirst" writing to WPACKET
Matt Caswell
2
-1
/
+71
2020-04-03
Fix a gcc warning about possible null pointer
Bernd Edlinger
1
-1
/
+1
2020-04-03
Expand the XTS documentation
Matt Caswell
1
-0
/
+7
2020-04-03
Remove an unnecessary call to BN_CTX_free.
Aaron Thompson
1
-3
/
+2
2020-04-03
Fix bugs in EC code introduced with FIPS changes.
Aaron Thompson
1
-15
/
+21
2020-04-03
Add data driven SELF TEST code for signatures and key agreement
Shane Lontis
6
-416
/
+1074
2020-04-02
HTTP client: make server/proxy and port params more consistent; minor other i...
Dr. David von Oheimb
18
-117
/
+191
2020-04-02
Chunk 10 of CMP contribution to OpenSSL: CMP http client and related tests
Dr. David von Oheimb
26
-244
/
+321
2020-04-02
TLS Cipher Suite 0xC102 Support
Nikolay Morozov
7
-9
/
+49
[next]