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
*
Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...
Dr. David von Oheimb
2020-07-16
1
-1
/
+1
*
Update copyright year
Richard Levitte
2020-07-16
4
-4
/
+4
*
Revert "kdf: make function naming consistent."
Matt Caswell
2020-07-16
1
-6
/
+6
*
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...
Matt Caswell
2020-07-16
2
-61
/
+34
*
trace: condition out engine related tracing
Pauli
2020-07-16
1
-2
/
+4
*
doc: document that the engine initialisation options are deprecated.
Pauli
2020-07-16
1
-1
/
+0
*
deprecate engine from public header files
Pauli
2020-07-16
1
-136
/
+153
*
Fix indentation for engine.h
Pauli
2020-07-16
1
-93
/
+93
*
Add SSL_get[01]_peer_certificate()
Todd Short
2020-07-16
1
-1
/
+6
*
Add AES_CBC_CTS ciphers to providers
Shane Lontis
2020-07-15
2
-4
/
+12
*
Enable WinCE build without deceiving _MSC_VER.
aSoujyuTanaka
2020-07-15
1
-1
/
+1
*
DRBG: rename the DRBG taxonomy.
Pauli
2020-07-14
1
-7
/
+14
*
Add and use internal header that implements endianness check
Richard Levitte
2020-07-11
1
-0
/
+22
*
ocsp.h: Fix backward compatibility decl for OCSP_parse_url() by including http.h
Dr. David von Oheimb
2020-07-10
1
-0
/
+1
*
Add multiple fixes for ffc key generation using invalid p,q,g parameters.
Shane Lontis
2020-07-09
1
-0
/
+1
*
Add support to zeroize plaintext in S3 record layer
Martin Elshuber
2020-07-07
1
-1
/
+2
*
[EC][ASN1] Detect missing OID when serializing EC parameters and keys
Nicola Tuveri
2020-07-06
1
-0
/
+1
*
Add provider support for TLS CBC padding and MAC removal
Matt Caswell
2020-07-06
1
-20
/
+23
*
ERR: special case system errors
Richard Levitte
2020-07-05
1
-27
/
+80
*
ERR: refactor global error codes
Richard Levitte
2020-07-05
1
-24
/
+58
*
Fix up build issue when running cpp tests
Jon Spillett
2020-07-03
1
-0
/
+4
*
Add X509_self_signed(), extending and improving documenation and tests
Dr. David von Oheimb
2020-07-01
1
-0
/
+1
*
Refactor (without semantic changes) crypto/x509/{v3_purp.c,x509_vfy.c}
Dr. David von Oheimb
2020-07-01
1
-0
/
+1
*
Add --fips-key configuration parameter to fipsinstall application.
Rich Salz
2020-06-29
1
-0
/
+30
*
CORE: Add an internal function to distinguish the global default context
Richard Levitte
2020-06-28
1
-0
/
+1
*
CORE: Add OPENSSL_CTX_set0_default(), to set a default library context
Richard Levitte
2020-06-28
1
-0
/
+1
*
Update copyright year
Matt Caswell
2020-06-25
5
-5
/
+5
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
2
-205
/
+205
*
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-24
3
-2
/
+2
*
fips rand: DRBG KAT self test updates to provider model.
Pauli
2020-06-24
1
-0
/
+2
*
CTR, HASH and HMAC DRBGs in provider
Pauli
2020-06-24
5
-50
/
+60
*
share rand_pool between libcrypto and providers
Pauli
2020-06-24
1
-98
/
+0
*
params: add OSSL_PARAM helpers for time_t.
Pauli
2020-06-24
2
-0
/
+7
*
rand: set up EVP and DRBG infrastructure for RAND from providers.
Pauli
2020-06-24
3
-9
/
+44
*
core: add OSSL_INOUT_CALLBACK
Pauli
2020-06-24
1
-1
/
+2
*
rand: core APIs for provider friendly random.
Pauli
2020-06-24
5
-0
/
+115
*
property: Move global default properties to the library context.
Pauli
2020-06-23
3
-10
/
+13
*
serialization: break the provider locating code to avoid deadlock.
Pauli
2020-06-23
1
-1
/
+3
*
Fix CMP -days option range checking and test failing with enable-ubsan
Dr. David von Oheimb
2020-06-22
3
-2
/
+6
*
Fix one typo in a comment.
FdaSilvaYY
2020-06-21
1
-2
/
+2
*
Fix the DTLS1_COOKIE_LENGTH value
Matt Caswell
2020-06-19
1
-5
/
+2
*
Add more complete support for libctx/propq in the EC code
Matt Caswell
2020-06-19
3
-11
/
+16
*
Create defines for TLS Group Ids
Matt Caswell
2020-06-19
1
-0
/
+49
*
Provider a better error message if we fail to copy parameters
Matt Caswell
2020-06-19
1
-0
/
+1
*
Make EVP_PKEY_CTX_[get|set]_group_name work for DH too
Matt Caswell
2020-06-19
1
-2
/
+1
*
Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more generic
Matt Caswell
2020-06-19
3
-5
/
+4
*
Add the OSSL_PROVIDER_get_capabilities() API function
Matt Caswell
2020-06-19
2
-0
/
+8
*
Add the concept of "Capabilities" to the default and fips providers
Matt Caswell
2020-06-19
2
-4
/
+20
*
Add ACVP fips module tests
Shane Lontis
2020-06-17
5
-38
/
+85
*
Refactor BN_R_NO_INVERSE logic in internal functions
Nicola Tuveri
2020-06-16
2
-2
/
+1
[next]