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
*
Regenerate mkerr files
Rich Salz
2019-07-16
35
-2259
/
+76
*
Remove function name from errors
Rich Salz
2019-07-16
3
-68
/
+12
*
Add Common shared code needed to move aes ciphers to providers
Shane Lontis
2019-07-16
23
-772
/
+797
*
remove end of line whitespace
Pauli
2019-07-11
1
-1
/
+1
*
Convert asn1_dsa.c to use the WPACKET API instead
Matt Caswell
2019-07-11
4
-144
/
+129
*
Give WPACKET the ability to have a NULL buffer underneath it
Matt Caswell
2019-07-11
1
-11
/
+43
*
Convert asn1_dsa.c to use the PACKET API instead
Matt Caswell
2019-07-11
2
-91
/
+62
*
Make the PACKET/WPACKET code available to both libcrypto and libssl
Matt Caswell
2019-07-11
2
-1
/
+425
*
Add simple ASN.1 utils for DSA signature DER.
David Makepeace
2019-07-11
5
-15
/
+459
*
Coverity #1451596: check dirlen for being negative
Pauli
2019-07-11
1
-0
/
+2
*
Make sure all BIGNUM operations work within the FIPS provider
Matt Caswell
2019-07-15
10
-35
/
+76
*
Fix wrong lock claimed in x509 dir lookup.
Krists Krilovs
2019-07-15
1
-2
/
+2
*
Make allocation/free/clean available to providers
Rich Salz
2019-07-11
4
-124
/
+160
*
Adapt diverse EVP_CIPHER functions to use get_params and set_params interfaces
Richard Levitte
2019-07-11
5
-91
/
+215
*
Make more use of OSSL_PARAM for ciphers
Richard Levitte
2019-07-11
1
-3
/
+0
*
Replace long dash characters with normal ascii minus
Bernd Edlinger
2019-07-09
2
-2
/
+2
*
Add X9.42 KDF.
Shane Lontis
2019-07-09
10
-133
/
+473
*
Avoid NULL pointer dereference. Fixes #9043.
Dmitry Belyavskiy
2019-07-08
3
-0
/
+7
*
Fix build error for aarch64 big endian.
Lei Maohui
2019-07-08
1
-2
/
+2
*
Fix an endless loop in BN_generate_prime_ex
Bernd Edlinger
2019-07-07
1
-2
/
+6
*
Make BIGNUM rand functions available within the FIPS module
Matt Caswell
2019-07-02
2
-45
/
+41
*
Provide rand_bytes_ex and rand_priv_bytes_ex
Matt Caswell
2019-07-02
4
-8
/
+37
*
FIPS module: adapt for the changed error reporting methods
Richard Levitte
2019-07-02
1
-1
/
+26
*
Replumbing: re-implement error reporting for providers
Richard Levitte
2019-07-02
1
-2
/
+100
*
ossl_provider_upref to ossl_provider_up_ref
Richard Levitte
2019-07-02
5
-10
/
+10
*
Check for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_get0_data
Bernd Edlinger
2019-07-02
1
-1
/
+3
*
Fix ASN1_TYPE_get/set with type=V_ASN1_BOOLEAN
Bernd Edlinger
2019-07-02
1
-2
/
+6
*
Fix Typos
Antoine Cœur
2019-07-02
25
-33
/
+33
*
Remove DES_check_key global
Rich Salz
2019-07-02
1
-9
/
+1
*
Remove NextStep support
Rich Salz
2019-07-01
3
-8
/
+4
*
Change RC5_32_set_key to return an int type
Matt Caswell
2019-07-01
2
-5
/
+9
*
Ensure that rc5 doesn't try to use a key longer than 2040 bits
Matt Caswell
2019-07-01
3
-0
/
+9
*
Only cache a method if we actually created one
Matt Caswell
2019-07-01
1
-1
/
+1
*
Fix Typos
Antoine Cœur
2019-07-01
3
-4
/
+4
*
Add OIDs for kmac128, kmac256 and blake2.
Pauli
2019-07-01
2
-16
/
+24
*
s390x assembly pack: add support for pcc and kma instructions
Patrick Steuer
2019-06-29
3
-0
/
+212
*
Support SM2 certificate signing
Paul Yang
2019-06-28
8
-26
/
+126
*
Change the DRBG HMAC implementation to lookup allowed digest names
Matt Caswell
2019-06-28
1
-7
/
+24
*
Change the DRBG HASH implementation to lookup all allowed algorithm names
Matt Caswell
2019-06-28
1
-7
/
+24
*
Fix NULL pointer dereference in the ex_data code
Matt Caswell
2019-06-28
1
-1
/
+1
*
Make the RAND code available from inside the FIPS module
Matt Caswell
2019-06-28
11
-39
/
+101
*
Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_ref
Matt Caswell
2019-06-28
4
-10
/
+10
*
Move the public SIV mode functions from public headers to internal ones
Matt Caswell
2019-06-27
3
-4
/
+40
*
Keep the externally visible macro BIO_FLAGS_UPLINK in bio.h
Bernd Edlinger
2019-06-26
3
-24
/
+24
*
EC only uses approved curves in FIPS mode.
Shane Lontis
2019-06-25
2
-18
/
+100
*
OSSL_NAMEMAP: make names case insensitive
Richard Levitte
2019-06-24
1
-2
/
+4
*
Replumbing: add support for multiple names per algorithm
Richard Levitte
2019-06-24
2
-74
/
+75
*
Allow AES XTS decryption using duplicate keys.
Pauli
2019-06-24
1
-4
/
+18
*
Change OSSL_PARAM return size to not be a pointer.
Pauli
2019-06-24
4
-123
/
+106
*
crypto/trace.c: Remove unexisting categories
Richard Levitte
2019-06-22
1
-2
/
+0
[next]