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