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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add DSA keygen to provider
Shane Lontis
2020-04-15
15
-40
/
+388
*
Teach PEM_read_bio_PrivateKey about libctx
Matt Caswell
2020-04-15
1
-9
/
+24
*
Teach the OSSL_STORE code about libctx
Matt Caswell
2020-04-15
3
-17
/
+55
*
Use the libctx in Ed448 private key decoding
Matt Caswell
2020-04-15
1
-21
/
+31
*
Teach d2i_PrivateKey et al about libctx
Matt Caswell
2020-04-15
4
-56
/
+98
*
EVP: fix memleak in evp_pkey_downgrade()
Richard Levitte
2020-04-15
1
-1
/
+9
*
EVP: Add a temporary SM2 hack to key generation
Richard Levitte
2020-04-15
1
-1
/
+43
*
EC: Refactor EVP_PKEY_CTX curve setting macros for param generation
Richard Levitte
2020-04-15
3
-2
/
+89
*
PROV: Implement EC param / key generation
Richard Levitte
2020-04-15
1
-0
/
+2
*
KEYMGMT: Add functions to get param/key generation parameters
Richard Levitte
2020-04-15
3
-1
/
+42
*
Fix Dynamic engine loading so that the call to ENGINE_load_builtin_engines() ...
Shane Lontis
2020-04-15
1
-0
/
+2
*
Add ex_data to EVP_PKEY.
Aaron Thompson
2020-04-14
1
-2
/
+25
*
BIO_do_accept: correct error return value
scott
2020-04-14
1
-6
/
+7
*
Add manpage entry for X509_check_purpose()
Jake Maynard
2020-04-11
1
-1
/
+3
*
EVP: legacy_ctrl_to_param() to handle provider side keys
Richard Levitte
2020-04-10
1
-1
/
+2
*
CMS KARI: Temporarly downgrade newly generated EVP_PKEYs to legacy
Richard Levitte
2020-04-10
3
-1
/
+49
*
Add common internal crypto/ modules in liblegacy.a
Richard Levitte
2020-04-09
1
-0
/
+2
*
Enable Ed25519 signing/verifying to use the libctx
Matt Caswell
2020-04-09
2
-6
/
+9
*
Make the CT code library context aware
Matt Caswell
2020-04-09
7
-30
/
+124
*
Enable export_to functions to have access to the libctx
Matt Caswell
2020-04-09
6
-7
/
+22
*
Add a null provider which implements no algorithms.
Pauli
2020-04-09
1
-0
/
+2
*
Move legacy ciphers into the legacy provider
Shane Lontis
2020-04-09
8
-16
/
+71
*
Use the libctx and propq from the X509_STORE_CTX
Matt Caswell
2020-04-09
1
-10
/
+40
*
Add X509_STORE_CTX_new_with_libctx()
Matt Caswell
2020-04-08
1
-2
/
+24
*
EVP & TLS: Add necessary EC_KEY data extraction functions, and use them
Richard Levitte
2020-04-08
1
-0
/
+43
*
EVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()
Richard Levitte
2020-04-08
1
-0
/
+77
*
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
3
-4
/
+9
*
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
2
-106
/
+1
*
PROV: Add DERlib support for DSA
Richard Levitte
2020-04-07
2
-71
/
+1
*
PROV: Add DERlib support for RSA
Richard Levitte
2020-04-07
2
-99
/
+1
*
PROV: Add the beginning of a DER writing library
Richard Levitte
2020-04-07
2
-1
/
+143
*
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 "endfirst" writing to WPACKET
Matt Caswell
2020-04-04
1
-1
/
+54
*
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
*
HTTP client: make server/proxy and port params more consistent; minor other i...
Dr. David von Oheimb
2020-04-02
8
-49
/
+80
*
Chunk 10 of CMP contribution to OpenSSL: CMP http client and related tests
Dr. David von Oheimb
2020-04-02
11
-186
/
+200
*
Fix a printf format error in cmp_client.c
Bernd Edlinger
2020-04-02
1
-1
/
+1
*
[crypto/ec] Ladder tweaks
Billy Brumley
2020-04-01
2
-130
/
+150
*
Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fields
Shane Lontis
2020-04-01
7
-21
/
+371
*
Fix off-by-1 bug on provider_activate with custom error strings
Nicola Tuveri
2020-03-30
1
-1
/
+2
*
Add the X509v3_cache_extensions() function
Matt Caswell
2020-03-30
1
-15
/
+17
[next]