index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-09
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
*
Param builder: Remove the static size limit.
Pauli
2020-03-28
1
-19
/
+40
*
Param build: make structures opaque.
Pauli
2020-03-28
7
-70
/
+127
*
Param builder: make the OSSL_PARAM_BLD APIs public.
Pauli
2020-03-28
7
-68
/
+68
*
PROV: Fix EC_KEY exporters to allow domain parameter keys
Richard Levitte
2020-03-27
1
-14
/
+16
*
Make SRP library context aware
Matt Caswell
2020-03-27
2
-28
/
+83
*
Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()
Matt Caswell
2020-03-27
1
-14
/
+43
*
Ignore some fetch failures
Matt Caswell
2020-03-27
1
-1
/
+5
*
Put an error on the stack in the event of a fetch failure
Matt Caswell
2020-03-27
3
-7
/
+62
*
EVP: Limit the diverse key parameter functions to domain params only
Richard Levitte
2020-03-25
1
-9
/
+9
*
EVP: Implement support for key downgrading in backends
Richard Levitte
2020-03-25
17
-26
/
+703
*
EVP: Downgrade keys rather than upgrade
Richard Levitte
2020-03-25
4
-121
/
+153
*
EVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
Richard Levitte
2020-03-25
2
-80
/
+196
*
EVP: Clarify the states of an EVP_PKEY
Richard Levitte
2020-03-25
4
-53
/
+131
*
EC: Refactor ec_curve_name2nid() to accept NIST curve names
Richard Levitte
2020-03-25
1
-28
/
+51
[next]