index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
default
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-26
Include mac_meth and mac_lib in the FIPS provider
Pauli
1
-2
/
+2
2019-08-26
Cleanup ciphers and Add 3des ciphers.
Shane Lontis
61
-482
/
+1443
2019-08-25
Fix Issue OSS-Fuzz: Branch on uninitialized memory (in ccm code).
Shane Lontis
1
-1
/
+2
2019-08-24
Update EVP_MAC.pod
Richard Levitte
1
-11
/
+7
2019-08-24
Get rid of the diversity of names for MAC parameters
Richard Levitte
18
-122
/
+98
2019-08-24
Remove MAC cruft
Richard Levitte
2
-37
/
+0
2019-08-24
Add app for fips installation
Shane Lontis
9
-38
/
+709
2019-08-24
Avoid overflowing FDSET when using select(2).
Pauli
1
-1
/
+1
2019-08-23
test/evp_test.c: distinguish parsing errors from processing errors
Richard Levitte
1
-7
/
+7
2019-08-23
crypto/bn/build.info: define OPENSL_IA32_SSE2 globally when needed
Richard Levitte
1
-1
/
+1
2019-08-23
Configure: Allow 'DEFINE[]=def'
Richard Levitte
1
-15
/
+24
2019-08-22
Deprecate unprefixed manual entries for openssl commands
Dr. Matthias St. Pierre
54
-208
/
+442
2019-08-22
openssl dgst, openssl enc: check for end of input
Richard Levitte
2
-2
/
+2
2019-08-22
Support parsing of SM2 ID in hexdecimal
Paul Yang
4
-3
/
+39
2019-08-22
Add basic aria and camellia ciphers modes to default provider
Shane Lontis
48
-1796
/
+2650
2019-08-22
Fix drbg_ossl_ctx_free() and drbg_nonce_ossl_ctx_free() to handle NULL
Richard Levitte
1
-0
/
+6
2019-08-22
Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for it
Richard Levitte
7
-29
/
+47
2019-08-22
Modify ossl_method_store_add() to handle reference counting
Richard Levitte
5
-14
/
+20
2019-08-21
Fix ossl_param_bld_push_{utf8,octet}_string() / param_bld_convert()
Richard Levitte
2
-2
/
+2
2019-08-21
Constify param builder string functions.
Pauli
3
-6
/
+6
2019-08-20
Correct documented return value for BIO_get_mem_data()
Johannes
1
-1
/
+4
2019-08-20
Start up DEVRANDOM entropy improvement for older Linux devices.
Pauli
3
-6
/
+139
2019-08-20
prevent endless recursion when trace API is used within OPENSSL_init_crypto()
Dr. David von Oheimb
3
-13
/
+16
2019-08-20
cleanup provider digests
Shane Lontis
21
-385
/
+314
2019-08-20
Add aes_ccm to provider
Shane Lontis
18
-95
/
+1238
2019-08-19
Get rid of using deprecated function isascii
Dmitry Belyavskiy
1
-1
/
+1
2019-08-19
Add a fallback definition for __NR_getrandom for x86 linux
Bernd Edlinger
1
-0
/
+4
2019-08-19
Use macros internally for algorithm names
Richard Levitte
7
-11
/
+25
2019-08-19
doc: fix link in BN_new.pod
Mykola Baibuz
1
-2
/
+2
2019-08-19
Untangle / retangle opensslv.h, openssslconf.h and macros.h
Richard Levitte
3
-10
/
+9
2019-08-19
Add a fallback definition for __NR_getrandom for ARM linux
Bernd Edlinger
1
-0
/
+7
2019-08-19
cipher cleanups.
Shane Lontis
10
-228
/
+479
2019-08-19
Add fips provider code for handling self test data
Shane Lontis
9
-8
/
+225
2019-08-19
Use WARNINGS heading not WARNING
Rich Salz
9
-9
/
+10
2019-08-19
Use EXAMPLES not EXAMPLE for section title
Rich Salz
44
-49
/
+47
2019-08-19
Fix some pod-page ordering nits
Rich Salz
5
-51
/
+52
2019-08-18
Fix --strict-warnings build
Patrick Steuer
1
-1
/
+1
2019-08-18
Test for out-of-bounds write when requesting zero bytes from shake
Patrick Steuer
1
-0
/
+22
2019-08-18
Directly return from final sha3/keccak_final if no bytes are requested
Patrick Steuer
2
-2
/
+7
2019-08-18
.travis.yml: Use travis_terminate on failure
Rich Salz
1
-7
/
+12
2019-08-17
Fix error handling in X509_chain_up_ref
Bernd Edlinger
1
-1
/
+9
2019-08-17
Windows UWP builds: determine automatically if asm should be disabled
Richard Levitte
1
-4
/
+28
2019-08-16
Fix 9bf682f which broke nistp224_method
Patrick Steuer
1
-1
/
+1
2019-08-16
Rename ctx_{get,set}_params to {get,set}_ctx_params
Richard Levitte
26
-158
/
+158
2019-08-16
Ignore function code collisions
Rich Salz
1
-2
/
+0
2019-08-15
Re-implement 'openssl list -mac-algorithms'
Richard Levitte
1
-15
/
+44
2019-08-15
Implement EVP_MAC_do_all_ex()
Richard Levitte
4
-2
/
+27
2019-08-15
Add EVP_MAC_provider()
Richard Levitte
3
-1
/
+14
2019-08-15
Rename the hash implementations KMAC{128,256} to KECCAK_KMAC{128,256}
Richard Levitte
3
-10
/
+10
2019-08-15
OSSL_PARAM_construct_from_text(): handle non-hex octet string input
Richard Levitte
1
-0
/
+2
[next]