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
*
KDF provider conversion error updates - generated
Pauli
2019-09-06
2
-0
/
+8
*
Fix users of KDFs to use params not ctls
Pauli
2019-09-06
5
-93
/
+198
*
Remove old KDF initialisation
Pauli
2019-09-06
2
-56
/
+0
*
Move KDFs to the provider.
Pauli
2019-09-06
7
-2902
/
+0
*
Undeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBER
Viktor Dukhovni
2019-09-05
1
-2
/
+0
*
Reverting check to correct
Dmitry Belyavskiy
2019-09-05
1
-1
/
+1
*
Disallow change EVP_CIPHER properties once set
Dmitry Belyavskiy
2019-09-05
1
-0
/
+27
*
Disallow change EVP_MD properties once set
Dmitry Belyavskiy
2019-09-05
1
-0
/
+30
*
[crypto/ec] for ECC parameters with NULL or zero cofactor, compute it
Billy Brumley
2019-09-05
1
-9
/
+96
*
Fix error handling in x509_lu.c
Bernd Edlinger
2019-09-05
1
-9
/
+27
*
Cleanup includes in rand_unix.c
Bernd Edlinger
2019-09-05
1
-5
/
+6
*
Change provider params from int to size_t
Shane Lontis
2019-09-05
3
-49
/
+56
*
OSSL_PARAM_construct_utf8_string computes the string length.
Pauli
2019-09-04
7
-20
/
+12
*
New function EVP_CIPHER_free()
Richard Levitte
2019-09-04
4
-38
/
+61
*
New function EVP_MD_free()
Richard Levitte
2019-09-04
8
-47
/
+73
*
Refactor how KEYMGMT methods get associated with other methods
Richard Levitte
2019-09-03
9
-50
/
+79
*
Add CPU info to the speed command summary
Bernd Edlinger
2019-09-02
2
-2
/
+57
*
Remove extern declarations of OPENSSL_ia32cap_P
Bernd Edlinger
2019-09-01
9
-11
/
+6
*
Fix platform specific issues with provider ciphers
Shane Lontis
2019-09-01
1
-0
/
+1
*
Fix NITs in comments and CHANGES for DEVRANDOM seeded check.
Pauli
2019-08-29
1
-2
/
+2
*
fix ERR_add_error_vdata() for use with multiple args/calls
Dr. David von Oheimb
2019-08-29
1
-1
/
+1
*
Use ENGINE_get_id() instead of ENGINE_get_name()
Matt Caswell
2019-08-29
1
-4
/
+4
*
Fix no-engine
Matt Caswell
2019-08-29
2
-0
/
+9
*
Fix data races in EVP_CIPHER_fetch and EVP_MD_fetch
Matt Caswell
2019-08-29
2
-28
/
+22
*
Make sure we pre-initialise properties
Matt Caswell
2019-08-29
3
-12
/
+10
*
Fix context locking
Matt Caswell
2019-08-29
1
-4
/
+38
*
Coverty fixes for MACs
Richard Levitte
2019-08-27
1
-6
/
+16
*
OPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE and use it
Richard Levitte
2019-08-27
1
-0
/
+71
*
Fix SCA vulnerability when using PVK and MSBLOB key formats
Cesar Pereida Garcia
2019-08-27
1
-0
/
+3
*
Include mac_meth and mac_lib in the FIPS provider
Pauli
2019-08-26
1
-2
/
+2
*
Cleanup ciphers and Add 3des ciphers.
Shane Lontis
2019-08-26
4
-12
/
+44
*
Get rid of the diversity of names for MAC parameters
Richard Levitte
2019-08-24
7
-11
/
+25
*
Remove MAC cruft
Richard Levitte
2019-08-24
2
-37
/
+0
*
Avoid overflowing FDSET when using select(2).
Pauli
2019-08-24
1
-1
/
+1
*
crypto/bn/build.info: define OPENSL_IA32_SSE2 globally when needed
Richard Levitte
2019-08-23
1
-1
/
+1
*
Support parsing of SM2 ID in hexdecimal
Paul Yang
2019-08-22
1
-0
/
+19
*
Add basic aria and camellia ciphers modes to default provider
Shane Lontis
2019-08-22
4
-32
/
+80
*
Fix drbg_ossl_ctx_free() and drbg_nonce_ossl_ctx_free() to handle NULL
Richard Levitte
2019-08-22
1
-0
/
+6
*
Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for it
Richard Levitte
2019-08-22
3
-13
/
+26
*
Modify ossl_method_store_add() to handle reference counting
Richard Levitte
2019-08-22
2
-7
/
+8
*
Fix ossl_param_bld_push_{utf8,octet}_string() / param_bld_convert()
Richard Levitte
2019-08-21
1
-1
/
+1
*
Constify param builder string functions.
Pauli
2019-08-21
1
-2
/
+2
*
Start up DEVRANDOM entropy improvement for older Linux devices.
Pauli
2019-08-20
1
-6
/
+101
*
prevent endless recursion when trace API is used within OPENSSL_init_crypto()
Dr. David von Oheimb
2019-08-20
3
-13
/
+16
*
Add aes_ccm to provider
Shane Lontis
2019-08-20
3
-7
/
+19
*
Add a fallback definition for __NR_getrandom for x86 linux
Bernd Edlinger
2019-08-19
1
-0
/
+4
*
Use macros internally for algorithm names
Richard Levitte
2019-08-19
4
-7
/
+8
*
Add a fallback definition for __NR_getrandom for ARM linux
Bernd Edlinger
2019-08-19
1
-0
/
+7
*
Add fips provider code for handling self test data
Shane Lontis
2019-08-19
1
-7
/
+11
*
Directly return from final sha3/keccak_final if no bytes are requested
Patrick Steuer
2019-08-18
1
-0
/
+3
[next]