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
*
Only disabled what we need to in a no-dh build
Matt Caswell
2020-11-18
2
-10
/
+1
*
CONF: Convert one last CONFerr() to ERR_raise()
Richard Levitte
2020-11-18
1
-1
/
+1
*
REF_PRINT: cast pointer to void to avoid warnings
Daniel Bevenius
2020-11-16
1
-1
/
+1
*
BIO: Undefine UNICODE in b_addr.c to get POSIX declaration of gai_strerror()
Richard Levitte
2020-11-13
1
-0
/
+10
*
crypto/provider_core.c: fix a couple of faulty ERR_raise_data() calls
Richard Levitte
2020-11-13
1
-2
/
+2
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
50
-364
/
+271
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
364
-3697
/
+3392
*
EVP: Adapt EVP_PKEY2PKCS8() to better handle provider-native keys
Richard Levitte
2020-11-13
1
-19
/
+51
*
Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().
Shane Lontis
2020-11-13
1
-27
/
+0
*
Optimize AES-XTS mode in OpenSSL for aarch64
XiaokangQian
2020-11-12
1
-0
/
+1426
*
Do not prepend $OPENSSL_CONF_INCLUDE to absolute include paths
Tomas Mraz
2020-11-11
1
-2
/
+9
*
Adapt libcrypto functionality to specify the desired output structure
Richard Levitte
2020-11-11
9
-133
/
+142
*
ENCODER: Add tracing
Richard Levitte
2020-11-11
3
-6
/
+84
*
ENCODER: Add output structure support for EVP_PKEY encoding
Richard Levitte
2020-11-11
2
-205
/
+280
*
ENCODER: Add support for OSSL_FUNC_encoder_does_selection()
Richard Levitte
2020-11-11
2
-0
/
+6
*
ENCODER: Add support for specifying the outermost output structure
Richard Levitte
2020-11-11
2
-21
/
+64
*
OSSL_STORE: Make sure the called OSSL_DECODER knows what to expect
Richard Levitte
2020-11-11
1
-7
/
+32
*
PEM: Have pem_read_bio_key() set the OSSL_STORE expected type
Richard Levitte
2020-11-11
1
-0
/
+3
*
Restore the legacy implementation of PEM_read_bio_DHparams()
Richard Levitte
2020-11-11
2
-61
/
+44
*
DH: Move the code to set the DH sub-type
Richard Levitte
2020-11-11
2
-5
/
+7
*
Adapt libcrypto functionality to specify the desired input structure
Richard Levitte
2020-11-11
2
-13
/
+7
*
DECODER: Add tracing
Richard Levitte
2020-11-11
3
-2
/
+39
*
DECODER: Add input structure support for EVP_PKEY decoding
Richard Levitte
2020-11-11
1
-4
/
+60
*
DECODER: Add support for OSSL_FUNC_decoder_does_selection()
Richard Levitte
2020-11-11
2
-0
/
+6
*
DECODER: Add support for specifying the outermost input structure
Richard Levitte
2020-11-11
2
-5
/
+75
*
cmp_msg.c: Use issuer of reference cert as default issuer entry in certTemplate
Dr. David von Oheimb
2020-11-11
1
-3
/
+4
*
PEM: Always use PEM_def_callback() when cb == NULL in pem_read_bio_key()
Richard Levitte
2020-11-10
1
-5
/
+2
*
UI: Use OPENSSL_zalloc() in general_allocate_prompt()
Richard Levitte
2020-11-10
1
-1
/
+1
*
Fix REF_PRINT_COUNT argument in ecx_key_free
Daniel Bevenius
2020-11-10
1
-1
/
+1
*
This should fix a lock-order-inversion
Bernd Edlinger
2020-11-08
1
-2
/
+3
*
EVP: Have all EVP_PKEY check functions export to provider if possible
Richard Levitte
2020-11-07
1
-36
/
+41
*
Don't clear the whole error stack when loading engines
Matt Caswell
2020-11-06
4
-4
/
+22
*
Don't clear errors on failure in CONF_modules_load_file_ex()
Matt Caswell
2020-11-06
1
-1
/
+2
*
x509_vfy.c: Call verification callback individually per strict check in check...
David von Oheimb
2020-11-06
1
-44
/
+43
*
x509_vfy.c: Introduce CHECK_CB macro simplifying use of cert verification cb ...
David von Oheimb
2020-11-06
1
-112
/
+67
*
Update copyright year
Matt Caswell
2020-11-05
2
-2
/
+2
*
Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.
Randall S. Becker
2020-11-04
2
-25
/
+21
*
Prevent potential UAF in init_thread_deregister()
jwalch
2020-11-02
1
-0
/
+2
*
EVP: Fix typo in EVP_PKEY_gen comment
Daniel Bevenius
2020-11-02
1
-1
/
+1
*
Initialize outl in evp_enc.c to 0, protect against NULL
jwalch
2020-11-02
1
-0
/
+28
*
Patch leak in EVP_PKEY2PKCS8() error path
jwalch
2020-10-30
1
-1
/
+1
*
Add easy to digest selector macros for EVP_PKEYs
Richard Levitte
2020-10-30
4
-24
/
+10
*
crypto/poly1305/asm: fix armv8 pointer authentication
Ard Biesheuvel
2020-10-29
1
-1
/
+1
*
DH: stop setting the private key length arbitrarily
Richard Levitte
2020-10-27
3
-15
/
+5
*
Constify OSSL_FUNC_keymgmt_validate()
Nicola Tuveri
2020-10-23
2
-4
/
+12
*
Remove EVP_aes_(128|192|256)_siv functions
Pauli
2020-10-22
2
-116
/
+0
*
Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().
Shane Lontis
2020-10-22
1
-1
/
+1
*
Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().
Shane Lontis
2020-10-22
1
-1
/
+1
*
Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
Shane Lontis
2020-10-22
1
-2
/
+2
*
Fix aarch64 static linking into shared libraries (see issue #10842 and pull r...
Romain Geissler
2020-10-22
4
-10
/
+8
[next]