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
*
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
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
7
-11
/
+6
*
Add OSSL_PARAM_dup() and OSSL_PARAM_merge().
Shane Lontis
2021-04-12
4
-36
/
+248
*
Add additional KMAC error
Pauli
2021-04-12
1
-0
/
+1
*
Inherit hostflags verify params even without hosts
Christian Heimes
2021-04-09
1
-2
/
+2
*
d2i_PrivateKey_decoder(): Fix premature exit on unsuccessful OSSL_DECODER_CTX...
Dr. David von Oheimb
2021-04-08
1
-1
/
+1
*
PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private key
Dr. David von Oheimb
2021-04-08
1
-71
/
+20
*
d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...
Dr. David von Oheimb
2021-04-08
2
-9
/
+15
*
Update copyright year
Matt Caswell
2021-04-08
157
-157
/
+157
*
curve448: Integrate 64-bit reference implementation
Amitay Isaacs
2021-04-08
4
-5
/
+21
*
curve448: Use constant time zero check function
Amitay Isaacs
2021-04-08
1
-5
/
+3
*
curve448: Remove the unrolled loop version
Amitay Isaacs
2021-04-08
1
-124
/
+16
*
curve448: Use NLIMBS where appropriate to simplify the code
Amitay Isaacs
2021-04-08
1
-6
/
+6
*
curve448: Modernise reference 64-bit code
Amitay Isaacs
2021-04-08
3
-30
/
+37
*
curve448: Rename arch_ref64 to arch_64
Amitay Isaacs
2021-04-08
3
-0
/
+0
*
Partially Revert "Remove curve448 architecture specific files"
Amitay Isaacs
2021-04-08
3
-0
/
+388
*
curve448: Use relative includes to avoid explicit dependencies
Amitay Isaacs
2021-04-08
4
-10
/
+3
*
Use numbers definition of int128_t and uint128_t
Amitay Isaacs
2021-04-08
10
-29
/
+26
*
param_build: check for the usage of secure memory better.
Pauli
2021-04-08
1
-2
/
+6
*
property: lock the lib ctx when updating the property definition cache
Pauli
2021-04-08
2
-5
/
+29
*
property: check return values from the property locking calls.
Pauli
2021-04-08
4
-20
/
+24
[next]