index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
http
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-18
Fix typo in aesccm.c
Nan Xiao
1
-1
/
+1
2021-04-17
apps/cmp.c: Fix TLS hostname checking in case -server provides more than host...
Dr. David von Oheimb
1
-10
/
+10
2021-04-17
OSSL_CMP_CTX_new(): Fix distinction of out-of-memory and other errors
Dr. David von Oheimb
1
-3
/
+4
2021-04-17
Fix naming for EVP_RAND_CTX_gettable functions.
Pauli
11
-36
/
+36
2021-04-16
Sanity check provider up-calls
Matt Caswell
3
-60
/
+57
2021-04-16
Store some FIPS global variables in the FIPS_GLOBAL structure
Matt Caswell
12
-115
/
+171
2021-04-16
lifecycle: update master lifecycle transition spreadsheet fixing the ettable ...
Pauli
1
-0
/
+0
2021-04-16
lifecycle: correct [sg]ettable to [sg]et
Pauli
1
-4
/
+4
2021-04-16
demos: Add clean target for bio/Makefile
Nan Xiao
1
-0
/
+3
2021-04-16
Add more negative checks for integers passed to OPENSSL_malloc().
Shane Lontis
18
-8
/
+49
2021-04-16
SipHash: Fix CTRL API for the digest size.
Pauli
2
-1
/
+15
2021-04-15
Github workflows: re-implement a no-shared build
Richard Levitte
1
-0
/
+14
2021-04-15
Add EVP_PKEY_todata() and EVP_PKEY_export() functions.
Shane Lontis
11
-5
/
+478
2021-04-15
Add OID for mdc2WithRSASignature and remove related TODO 3.0
Tomas Mraz
3
-28
/
+48
2021-04-15
Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_name
Tomas Mraz
9
-27
/
+30
2021-04-15
changes: note that some ctrl calls have a different error return.
Pauli
1
-0
/
+6
2021-04-15
Do not allow creating empty RSA keys by duplication
Tomas Mraz
4
-8
/
+7
2021-04-15
Remove keymgmt_copy function from the provider API
Tomas Mraz
8
-63
/
+20
2021-04-15
Add selection support to the provider keymgmt_dup function
Tomas Mraz
25
-71
/
+176
2021-04-15
Implement provider-side keymgmt_dup function
Tomas Mraz
27
-187
/
+332
2021-04-14
80-test_cmp_http.t: Extend diagnostics of mock server launch
Dr. David von Oheimb
1
-1
/
+2
2021-04-14
80-test_cmp_http.t: Silence check for availability of 'kill' and 'lsof' commands
Dr. David von Oheimb
1
-2
/
+2
2021-04-14
80-test_cmp_http.t: Fix resumption when skipping after mock server launch failed
Dr. David von Oheimb
1
-0
/
+2
2021-04-14
apps/cmp: Add generic random state options, e.g., for nonce generation
Dr. David von Oheimb
2
-9
/
+30
2021-04-14
openssl-cmp.pod.in: Fix missing provider options description
Dr. David von Oheimb
1
-2
/
+10
2021-04-14
cmp_util.c: Fix OSSL_CMP_log_open() in case OPENSSL_NO_TRACE
Dr. David von Oheimb
1
-2
/
+6
2021-04-14
APPS and TEST: Make sure prog name is set for usage output
Dr. David von Oheimb
5
-9
/
+10
2021-04-14
APPS: make apps strict on app_RAND_load() and app_RAND_write() failure
Dr. David von Oheimb
28
-32
/
+75
2021-04-14
Document the invariants for the empty X509_NAME encoding
Tomas Mraz
1
-0
/
+1
2021-04-14
X509_NAME_cmp: if canon_enclen is 0 for both names return 0
Tomas Mraz
1
-2
/
+5
2021-04-14
bio_printf: add \0 terminators for error returns in floating point conversions.
Pauli
1
-1
/
+5
2021-04-14
bio: note that BIO_sprintf null terminates on insufficient space.
Pauli
1
-4
/
+10
2021-04-14
bio: add a malloc failed error to BIO_print
Pauli
1
-3
/
+5
2021-04-14
Add some additional NULL checks to prevent segfaults.
Shane Lontis
3
-3
/
+9
2021-04-14
Add domain parameter match check for DH and ECDH key exchange.
Shane Lontis
9
-6
/
+232
2021-04-14
Remove a TODO(3.0) from X509_PUBKEY_set
Matt Caswell
1
-8
/
+6
2021-04-14
crypto: raise error on malloc failure
FdaSilvaYY
7
-31
/
+72
2021-04-14
nits: fix a few typo in template code
FdaSilvaYY
3
-4
/
+4
2021-04-14
doc: Fix formatting
Jakub Wilk
1
-1
/
+1
2021-04-13
Handle set_alpn_protos inputs better.
Todd Short
3
-9
/
+124
2021-04-13
util/wrap.pl: use the apps/openssl.cnf from the source tree
Dr. Matthias St. Pierre
3
-2
/
+16
2021-04-13
apps: call ERR_print_errors when OSSL_PROVIDER_load fails
Petr Gotthard
1
-0
/
+1
2021-04-13
Note deprecated function/macros with no replacement.
Pauli
1
-2
/
+32
2021-04-13
Fix windows compiler error in kmac_prov.c
Shane Lontis
1
-2
/
+6
2021-04-13
Add FIPS Self test for AES_ECB decrypt
Shane Lontis
5
-29
/
+85
2021-04-12
Remove the function EVP_PKEY_set_alias_type
Matt Caswell
6
-94
/
+39
2021-04-12
Update KTLS documentation
Matt Caswell
5
-17
/
+34
2021-04-12
Only enable KTLS if it is explicitly configured
Matt Caswell
6
-68
/
+51
2021-04-12
Always reset IV for CBC, OFB, and CFB mode on cipher context reinit
Tomas Mraz
2
-12
/
+46
2021-04-12
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
30
-74
/
+63
[next]