index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add rc2 ciphers to default provider
Shane Lontis
2019-10-08
1
-0
/
+1
*
Deprecate NCONF_WIN32() function
Rich Salz
2019-10-06
1
-1
/
+1
*
Move MD5-SHA1 digest completely to the default provider
Richard Levitte
2019-10-04
1
-37
/
+0
*
Replumbing: make it possible for providers to specify multiple names
Richard Levitte
2019-10-03
3
-3
/
+9
*
Add the provider function signatures for DigestSign*
Matt Caswell
2019-10-03
2
-8
/
+47
*
Add rc5 ciphers to default provider
Shane Lontis
2019-10-03
1
-0
/
+1
*
Fix long name of some Microsoft objects
Michael Osipov
2019-10-03
1
-2
/
+2
*
Adapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for use with provider.
Richard Levitte
2019-10-01
2
-2
/
+7
*
Consistent naming for context gettable param queries .
Pauli
2019-09-27
2
-6
/
+6
*
Add legacy include guards to public header files
Dr. Matthias St. Pierre
2019-09-28
97
-0
/
+582
*
Fix header file include guard names
Dr. Matthias St. Pierre
2019-09-28
151
-322
/
+322
*
Reorganize public header files (part 2)
Dr. Matthias St. Pierre
2019-09-28
1
-0
/
+16
*
Reorganize public header files (part 1)
Dr. Matthias St. Pierre
2019-09-28
26
-25
/
+25
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-0
/
+0
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
36
-0
/
+3224
*
Add legacy include guard manually to opensslconf.h.in
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+6
*
[KDF] Add KBKDF implementation for counter-mode HMAC
Robbie Harwood
2019-09-27
1
-0
/
+1
*
Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL
Dr. David von Oheimb
2019-09-27
6
-29
/
+221
*
s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448
Patrick Steuer
2019-09-25
1
-0
/
+6
*
Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTX
Matt Caswell
2019-09-25
1
-2
/
+4
*
Make the "engine" parameter to some provider algorithms (KDF/PRF) hidden.
Pauli
2019-09-25
1
-3
/
+0
*
Support printing out some otherName variants
Dmitry Belyavskiy
2019-09-24
1
-0
/
+15
*
include/openssl/macros.h: better OPENSSL_FUNC fallback
Richard Levitte
2019-09-23
1
-4
/
+6
*
include/openssl/macros.h: Rework OPENSSL_FUNC for div C standards
Richard Levitte
2019-09-20
1
-8
/
+24
*
Refactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provider utility
Richard Levitte
2019-09-20
1
-2
/
+3
*
Deprecate XXXerr() macros
Rich Salz
2019-09-19
1
-41
/
+42
*
Modify providers that keep track of underlying algorithms
Richard Levitte
2019-09-19
1
-0
/
+2
*
In provider implemented methods, save the name number, not the name string
Richard Levitte
2019-09-19
2
-4
/
+3
*
Fix Compiler error/warning for windows icl build
Shane Lontis
2019-09-18
1
-0
/
+15
*
Add fips module integrity check
Shane Lontis
2019-09-15
1
-3
/
+3
*
Deprecate ERR_get_state()
Richard Levitte
2019-09-12
1
-1
/
+1
*
Deprecate the public definition of ERR_STATE
Richard Levitte
2019-09-12
2
-5
/
+9
*
Modernise the ERR functionality further (new functions and deprecations)
Richard Levitte
2019-09-12
1
-7
/
+40
*
include/openssl/err.h: Depend on OPENSSL_NO_FILENAMES, not OPENSSL_NO_ERR
Richard Levitte
2019-09-12
1
-13
/
+3
*
include/openssl/macros.h: Remove the PEDANTIC OPENSSL_FUNC definition
Richard Levitte
2019-09-12
1
-2
/
+2
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
drbg: ensure fork-safety without using a pthread_atfork handler
Dr. Matthias St. Pierre
2019-09-11
1
-0
/
+1
*
Add EVP_CIPHER_CTX_tag_length()
Shane Lontis
2019-09-11
2
-1
/
+3
*
Add macros for the KDF algorithm names.
Pauli
2019-09-11
1
-0
/
+10
*
Use simple names in core_names.h
Matt Caswell
2019-09-09
1
-8
/
+8
*
Revise EVP_PKEY param handling
Matt Caswell
2019-09-09
2
-10
/
+22
*
Add support for verify/verify_recover functions to EVP_SIGNATURE
Matt Caswell
2019-09-09
2
-3
/
+23
*
Implement DSA in the default provider
Matt Caswell
2019-09-09
3
-8
/
+18
*
Add the ability to perform signatures in a provider
Matt Caswell
2019-09-09
3
-1
/
+28
*
Check the DH modulus bit length
Bernd Edlinger
2019-09-09
1
-1
/
+3
*
Do no mention private headers in public headers
Richard Levitte
2019-09-09
4
-5
/
+3
*
Use common define for properties, engine, cipher and digest params
Pauli
2019-09-07
1
-6
/
+17
*
Move OSSL_OP_KDF into its rightful place amongst the other OSSL_OP_ definitions
Pauli
2019-09-06
1
-1
/
+1
*
More KDF cleanup
Richard Levitte
2019-09-06
1
-10
/
+0
*
KDF error codes reworked
Pauli
2019-09-06
2
-3
/
+10
[next]