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
*
Fix typos
MichaM
2021-04-22
2
-4
/
+4
*
ASN.1: Add some sanity checks for input len <= 0; related coding improvements
Dr. David von Oheimb
2021-04-21
3
-14
/
+27
*
tasn_dec.c: Add checks for it == NULL arguments; improve coding style
Dr. David von Oheimb
2021-04-21
1
-19
/
+29
*
STORE: Discard the error report filter in crypto/store/store_result.c
Richard Levitte
2021-04-21
1
-38
/
+50
*
ENCODER & DECODER: Allow decoder implementations to specify "carry on"
Richard Levitte
2021-04-21
3
-24
/
+70
*
Fix memory leak in X509_REQ
Petr Gotthard
2021-04-21
1
-0
/
+1
*
asn1: fix indentation
Pauli
2021-04-21
2
-4
/
+10
*
dsa: remove unused macro
Pauli
2021-04-21
1
-7
/
+0
*
srp: remove references to EVP_sha1()
Pauli
2021-04-21
1
-3
/
+10
*
pem: remove references to EVP_sha1()
Pauli
2021-04-21
1
-2
/
+5
*
ocsp: remove references to EVP_sha1()
Pauli
2021-04-21
2
-6
/
+13
*
cms: remove most references to EVP_sha1()
Pauli
2021-04-21
1
-0
/
+4
*
x509: remove most references to EVP_sha1()
Pauli
2021-04-21
2
-7
/
+25
*
ts: fix double free on error path.
Pauli
2021-04-21
1
-0
/
+1
*
srp: fix double free,
Pauli
2021-04-21
1
-5
/
+6
*
params_dup: fix off by one error that allows array overreach.
Pauli
2021-04-21
1
-2
/
+2
*
Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()
Dr. David von Oheimb
2021-04-20
7
-74
/
+49
*
Fix compile errors on s390.
Juergen Christ
2021-04-20
1
-0
/
+4
*
Add the function OSSL_LIB_CTX_get0_global_default()
Matt Caswell
2021-04-19
1
-2
/
+10
*
Change the semantics of OSSL_LIB_CTX_set0_default() NULL handling
Matt Caswell
2021-04-19
1
-2
/
+4
*
Remove a TODO(3.0) from keymgmt_lib.c
Matt Caswell
2021-04-19
1
-4
/
+0
*
Detect low-level engine and app method based keys
Tomas Mraz
2021-04-19
6
-12
/
+82
*
Link with uplink module
Tanzinul Islam
2021-04-19
1
-1
/
+1
*
Support DLL builds + Fix C RTL variants
Tanzinul Islam
2021-04-19
1
-1
/
+1
*
Resurrect and modernize C++Builder config
Tanzinul Islam
2021-04-19
2
-2
/
+2
*
CORE: pre-populate the namemap with legacy OIDs too
Richard Levitte
2021-04-18
1
-3
/
+56
*
CORE: Register all legacy "names" when generating the initial namemap
Richard Levitte
2021-04-18
1
-18
/
+18
*
Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()
Richard Levitte
2021-04-18
13
-60
/
+76
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
44
-47
/
+168
*
Standard style for all EVP_xxx_free routines
Rich Salz
2021-04-18
10
-88
/
+93
*
OSSL_CMP_CTX_new(): Fix distinction of out-of-memory and other errors
Dr. David von Oheimb
2021-04-17
1
-3
/
+4
*
Fix naming for EVP_RAND_CTX_gettable functions.
Pauli
2021-04-17
1
-3
/
+3
*
Add more negative checks for integers passed to OPENSSL_malloc().
Shane Lontis
2021-04-16
17
-7
/
+48
*
SipHash: Fix CTRL API for the digest size.
Pauli
2021-04-16
1
-0
/
+8
*
Add EVP_PKEY_todata() and EVP_PKEY_export() functions.
Shane Lontis
2021-04-15
2
-0
/
+25
*
Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_name
Tomas Mraz
2021-04-15
3
-5
/
+5
*
Do not allow creating empty RSA keys by duplication
Tomas Mraz
2021-04-15
3
-4
/
+0
*
Remove keymgmt_copy function from the provider API
Tomas Mraz
2021-04-15
4
-39
/
+9
*
Add selection support to the provider keymgmt_dup function
Tomas Mraz
2021-04-15
12
-52
/
+155
*
Implement provider-side keymgmt_dup function
Tomas Mraz
2021-04-15
15
-182
/
+262
*
cmp_util.c: Fix OSSL_CMP_log_open() in case OPENSSL_NO_TRACE
Dr. David von Oheimb
2021-04-14
1
-2
/
+6
*
Document the invariants for the empty X509_NAME encoding
Tomas Mraz
2021-04-14
1
-0
/
+1
*
X509_NAME_cmp: if canon_enclen is 0 for both names return 0
Tomas Mraz
2021-04-14
1
-2
/
+5
*
bio_printf: add \0 terminators for error returns in floating point conversions.
Pauli
2021-04-14
1
-1
/
+5
*
bio: add a malloc failed error to BIO_print
Pauli
2021-04-14
1
-3
/
+5
*
Add some additional NULL checks to prevent segfaults.
Shane Lontis
2021-04-14
3
-3
/
+9
*
Add domain parameter match check for DH and ECDH key exchange.
Shane Lontis
2021-04-14
1
-0
/
+1
*
Remove a TODO(3.0) from X509_PUBKEY_set
Matt Caswell
2021-04-14
1
-8
/
+6
*
crypto: raise error on malloc failure
FdaSilvaYY
2021-04-14
7
-31
/
+72
*
Remove the function EVP_PKEY_set_alias_type
Matt Caswell
2021-04-12
1
-41
/
+22
[next]