index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
conf
/
conf_def.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-28
Funtion name with variable part in doc/man7/ and doc/internal/man3/
Richard Levitte
3
-27
/
+44
2019-09-28
Make doc/man7/ and doc/internal/man3/ conform with man-pages(7)
Richard Levitte
31
-226
/
+226
2019-09-27
[KDF] Add KBKDF implementation for counter-mode HMAC
Robbie Harwood
10
-1
/
+517
2019-09-27
OSSL_PARAM functions: change to allow the data field to be NULL
Richard Levitte
2
-4
/
+45
2019-09-27
OSSL_PARAM.pod: document the mechanism to figure out buffer sizes
Richard Levitte
1
-0
/
+5
2019-09-27
Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL
Dr. David von Oheimb
38
-287
/
+4512
2019-09-27
Reformat param description lines
Pauli
23
-126
/
+126
2019-09-27
Make OSSL_PARAM descriptions uniformly formatted.
Pauli
5
-35
/
+48
2019-09-26
When building of modules is disabled, build the legacy provider into libcrypto
Richard Levitte
6
-15
/
+40
2019-09-26
Configure, build.info: make it possible to use variables in indexes
Richard Levitte
1
-8
/
+21
2019-09-26
Ensure man1 POD files start with openssl-
Rich Salz
3
-0
/
+8
2019-09-26
Missing else in cipher_hw_aes_ocb_generic_initkey
Fangming.Fang
1
-1
/
+1
2019-09-25
Use OSSL_PARAM types. Limits are explained in the description where appropri...
Pauli
1
-3
/
+4
2019-09-25
Use OSSL_PARAM types. Limits are explained in the description where appropri...
Pauli
3
-12
/
+15
2019-09-25
KDF section 3 clean up
Pauli
1
-1
/
+1
2019-09-25
Use OSSL_PARAM types for MAC documentation
Pauli
7
-14
/
+21
2019-09-25
Use OSSL_PARAM types for KDF documentation
Pauli
5
-10
/
+10
2019-09-25
s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448
Patrick Steuer
20
-76
/
+914
2019-09-25
s390x assembly pack: cleanse only sensitive fields
Patrick Steuer
1
-2
/
+2
2019-09-25
s390x assembly pack: fix OPENSSL_s390xcap z15 cpu mask
Patrick Steuer
1
-5
/
+5
2019-09-25
s390x assembly pack: fix msa3 stfle bit detection
Patrick Steuer
1
-1
/
+1
2019-09-25
Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTX
Matt Caswell
6
-17
/
+49
2019-09-25
Remove the engine parameter from the provider MAC documentations
Pauli
1
-10
/
+0
2019-09-25
Remove the engine parameter from the individual MAC documentation
Pauli
3
-6
/
+0
2019-09-25
Remove engine param from EVP_KDF and EVP_MAC documentation
Pauli
2
-12
/
+4
2019-09-25
Remove engine param from the settable list
Pauli
3
-3
/
+0
2019-09-25
Remove engine param macros from wrapper APIs
Pauli
2
-8
/
+4
2019-09-25
Make the "engine" parameter to some provider algorithms (KDF/PRF) hidden.
Pauli
2
-6
/
+3
2019-09-25
Add rc4 cipher to default provider
Shane Lontis
10
-33
/
+228
2019-09-24
DOC: fix documentation of som EVP_MD_CTX functions
Richard Levitte
1
-3
/
+3
2019-09-24
Fix bugs in "info" commands flags
Rich Salz
2
-14
/
+10
2019-09-24
fix for dsa key size feature request issue: pkey -text or -text_pub should sh...
jayaram
1
-0
/
+7
2019-09-24
Support printing out some otherName variants
Dmitry Belyavskiy
6
-8
/
+83
2019-09-23
Add SSKDF test vectors from RFC 8636
Simo Sorce
1
-0
/
+20
2019-09-23
Update new TLS version options to s_time man page
raja-ashok
1
-12
/
+10
2019-09-23
Add TLS version options to s_time
raja-ashok
1
-2
/
+33
2019-09-23
Rework cipher / digest fetching for legacy nids with multiple name support
Richard Levitte
4
-20
/
+81
2019-09-23
include/openssl/macros.h: better OPENSSL_FUNC fallback
Richard Levitte
1
-4
/
+6
2019-09-23
Add des ciphers to default provider
Shane Lontis
11
-48
/
+465
2019-09-21
Note that the mac command is preferrable to the MAC command line options.
Pauli
1
-0
/
+16
2019-09-21
Configure: add missing dependency to fix parallel builds on Windows
Dr. Matthias St. Pierre
1
-0
/
+1
2019-09-21
Use the correct maximum indent
Kurt Roeckx
1
-2
/
+2
2019-09-20
include/openssl/macros.h: Rework OPENSSL_FUNC for div C standards
Richard Levitte
1
-8
/
+24
2019-09-20
Remove name string from PROV_CIPHER and PROV_DIGEST
Richard Levitte
2
-24
/
+0
2019-09-20
Refactor SSKDF to create the MAC contexts early
Richard Levitte
1
-53
/
+32
2019-09-20
Refactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provider utility
Richard Levitte
4
-52
/
+127
2019-09-20
Add aes_wrap cipher to providers
Shane Lontis
7
-4
/
+292
2019-09-20
Fix missing bn_mul_mont symbol in solaris fips module
Shane Lontis
1
-6
/
+0
2019-09-20
Move gcm decryption tag check higher up in the callstack
Shane Lontis
2
-3
/
+4
2019-09-20
Exit non-zero if find-doc-nits finds nits
Rich Salz
2
-99
/
+101
[next]