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