index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
STORE: Stop the flood of errors
Richard Levitte
2020-09-03
1
-6
/
+35
*
CORE: Fix small bug in passphrase caching
Richard Levitte
2020-09-03
1
-1
/
+2
*
STORE: Fix potential memory leak
Richard Levitte
2020-09-03
1
-0
/
+1
*
"Downgrade" provider-native keys to legacy where needed
Richard Levitte
2020-09-03
1
-0
/
+11
*
EVP: Downgrade EVP_PKEYs in EVP_PKEY2PKCS8()
Richard Levitte
2020-09-03
1
-0
/
+5
*
STORE: Deprecate legacy / ENGINE functions
Richard Levitte
2020-09-03
5
-3
/
+42
*
STORE: Add a built-in 'file:' storemgmt implementation (loader)
Richard Levitte
2020-09-03
5
-44
/
+102
*
STORE: Move the built-in 'file:' loader to become an engine module
Richard Levitte
2020-09-03
11
-1751
/
+26
*
OSSL_ENCODER / OSSL_DECODER post-rename cleanup
Richard Levitte
2020-09-03
6
-38
/
+42
*
ASN1: Fix d2i_KeyParams() to advance |pp| like all other d2i functions do
Richard Levitte
2020-09-03
1
-2
/
+1
*
Ensure EVP_MAC_update() passes the length even if it is 0
Matt Caswell
2020-09-03
1
-2
/
+0
*
Add an HMAC implementation that is TLS aware
Matt Caswell
2020-09-03
1
-1
/
+3
*
Fix typo in FIPS_MODULE endif macro comment
Daniel Bevenius
2020-09-03
1
-1
/
+1
*
Fix post-condition in algorithm_do_this
Todd Short
2020-09-03
1
-4
/
+4
*
Fix use of OPENSSL_realloc in provider
Todd Short
2020-09-03
1
-3
/
+6
*
Add -verbosity option to apps/cmp.c and add log output also in crypto/cmp
Dr. David von Oheimb
2020-09-01
4
-14
/
+35
*
Fix PKCS#7 so that it still works with non fetchable cipher algorithms.
Dmitry Belyavskiy
2020-08-29
1
-7
/
+36
*
Fix PKCS#7 so that it still works with non fetchable digest algorithms.
Dmitry Belyavskiy
2020-08-29
1
-5
/
+36
*
Improve some error messages if a digest is not available
Matt Caswell
2020-08-29
1
-1
/
+2
*
Improve code reuse in the provider MAC bridge
Matt Caswell
2020-08-29
1
-1
/
+4
*
Delete unused PKEY MAC files
Matt Caswell
2020-08-29
12
-1158
/
+4
*
Extend the provider MAC bridge for CMAC
Matt Caswell
2020-08-29
2
-46
/
+84
*
Extend the provider MAC bridge for Poly1305
Matt Caswell
2020-08-29
1
-1
/
+0
*
Don't require a default digest from signature algorithms
Matt Caswell
2020-08-29
1
-3
/
+0
*
Extend the provider MAC bridge for SIPHASH
Matt Caswell
2020-08-29
1
-1
/
+0
*
Fix some EVP_MD_CTX_* functions
Matt Caswell
2020-08-29
2
-20
/
+27
*
Convert EVP_PKEY_CTX_set_mac_key() into a function
Matt Caswell
2020-08-29
1
-1
/
+11
*
Make the provider side EVP PKEY MAC bridge available in default and fips
Matt Caswell
2020-08-29
1
-1
/
+0
*
Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8
Richard Levitte
2020-08-28
3
-1
/
+9
*
conf: add diagnostic option
Pauli
2020-08-28
1
-3
/
+21
*
provider_conf: report missing section on error
Pauli
2020-08-28
1
-0
/
+1
*
Ignore vendor name in Clang version number.
Jung-uk Kim
2020-08-28
21
-21
/
+21
*
rand: instantiate the DRBGs upon first use.
Pauli
2020-08-28
1
-2
/
+7
*
Add OCSP_PARTIAL_CHAIN to OCSP_basic_verify()
Rich Salz
2020-08-27
1
-0
/
+4
*
EVP: NULL pctx pointer after free.
Pauli
2020-08-27
1
-1
/
+3
*
Add NID_id_on_SmtpUTF8Mailbox to table of X.509 attributes
Dmitry Belyavskiy
2020-08-26
1
-1
/
+2
*
RFC 8398: EAI comparison
Dmitry Belyavskiy
2020-08-26
1
-2
/
+16
*
RFC 8398: Name constraints validation
Dmitry Belyavskiy
2020-08-26
1
-5
/
+68
*
Punycode decoding implementation
Dmitry Belyavskiy
2020-08-26
2
-0
/
+339
*
crypto/x509/v3_utl.c: Fix IPv6 output in ipaddr_to_asc()
Richard Levitte
2020-08-26
1
-3
/
+11
*
STORE: Change all error recording to use ERR_raise() / ERR_raise_data()
Richard Levitte
2020-08-24
3
-92
/
+53
*
STORE: Modify to support loading with provider based loaders
Richard Levitte
2020-08-24
5
-63
/
+998
*
DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callback
Richard Levitte
2020-08-24
1
-0
/
+7
*
OSSL_PARAM: Add string pointer getters
Richard Levitte
2020-08-24
1
-0
/
+26
*
STORE: Add the base functions to support provider based loaders
Richard Levitte
2020-08-24
4
-20
/
+486
*
STORE: Add missing function OSSL_STORE_LOADER_set_open_with_libctx()
Richard Levitte
2020-08-24
1
-0
/
+8
*
CORE: Generalise internal pass phrase prompter
Richard Levitte
2020-08-24
10
-311
/
+348
*
CORE: Define provider-native abstract objects
Richard Levitte
2020-08-24
2
-3
/
+4
*
Fix coverity CID #1452770 - Dereference before NULL check in CRYPTO_siv128_in...
Shane Lontis
2020-08-24
1
-8
/
+14
*
Fix coverity CID #1452773 - Dereference before NULL check in EVP_DigestFinal_...
Shane Lontis
2020-08-24
1
-3
/
+10
[prev]
[next]