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
*
ppccap.c: Split out algorithm-specific functions
Tomas Mraz
2021-06-25
1
-0
/
+28
*
trace: Do not produce dead code calling BIO_printf if disabled
Tomas Mraz
2021-06-24
1
-1
/
+9
*
Fix a race in ossl_provider_add_to_store()
Matt Caswell
2021-06-24
1
-1
/
+2
*
Merge ossl_provider_activate() and ossl_provider_activate_child()
Matt Caswell
2021-06-24
1
-4
/
+1
*
Set use_fallbacks to zero when we add a provider to the store
Matt Caswell
2021-06-24
1
-3
/
+2
*
Remove flag_couldbechild
Matt Caswell
2021-06-24
1
-3
/
+3
*
Add a new provider to the store only after we activate it
Matt Caswell
2021-06-24
1
-0
/
+1
*
Instantiate predefined providers just-in-time
Matt Caswell
2021-06-24
2
-5
/
+0
*
err: add unable to get lock errors
Pauli
2021-06-24
1
-0
/
+2
*
EVP: Change the output size type of EVP_Q_digest() and EVP_Q_mac()
Richard Levitte
2021-06-23
1
-3
/
+3
*
Fix definition of ossl_intmax_t and ossl_uintmax_t
Richard Levitte
2021-06-22
3
-15
/
+15
*
Change self test for AES_CGM to perform both an encrypt and decrypt.
Shane Lontis
2021-06-22
1
-1
/
+1
*
Refactor KTLS tests to better support TLS 1.3.
John Baldwin
2021-06-21
1
-6
/
+0
*
punycode: fix indentation
Pauli
2021-06-19
1
-4
/
+4
*
include: replace tabs with spaces in headers
Pauli
2021-06-19
2
-10
/
+10
*
Update copyright year
Matt Caswell
2021-06-17
26
-26
/
+26
*
HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.c
Dr. David von Oheimb
2021-06-16
1
-0
/
+2
*
X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...
Dr. David von Oheimb
2021-06-16
1
-1
/
+2
*
CORE: Do a bit of cleanup of core fetching
Richard Levitte
2021-06-16
1
-4
/
+3
*
Add various OBJ functions as callbacks
Matt Caswell
2021-06-16
1
-0
/
+13
*
Refactor OSSL_DECODER_do_all_provided() to behave like OSSL_DECODER_fetch()
Richard Levitte
2021-06-15
1
-1
/
+0
*
Add the internal function ossl_method_store_do_all()
Richard Levitte
2021-06-15
1
-0
/
+3
*
CORE: Move away the allocation of the temporary no_cache method store
Richard Levitte
2021-06-15
1
-4
/
+2
*
Add a generic SubjectPublicKeyInfo decoder
Matt Caswell
2021-06-14
2
-0
/
+5
*
Rename OSSL_HTTP_set_request() to OSSL_HTTP_set1_request() for clarity
Dr. David von Oheimb
2021-06-11
1
-5
/
+5
*
Add support for ISO 8601 datetime format
William Edmisten
2021-06-11
2
-2
/
+8
*
STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functions
Richard Levitte
2021-06-11
1
-2
/
+2
*
Optimize session cache flushing
Todd Short
2021-06-10
1
-0
/
+1
*
sha: convert SHA one shot macros back to being functions
Pauli
2021-06-10
1
-11
/
+5
*
Actually use a legacy route in pem_read_bio_key_legacy()
Matt Caswell
2021-06-08
2
-0
/
+6
*
Move trust-related decls from x509.h.in to x509_vfy.h.in
Dr. David von Oheimb
2021-06-08
2
-72
/
+67
*
x509.h.in: extended 'documenting' comment on X509_TRUST_OK_ANY_EKU
Dr. David von Oheimb
2021-06-08
1
-1
/
+1
*
X509_STORE_CTX_new.pod and x509_vfy.h.in: rename some params for clarity, imp...
Dr. David von Oheimb
2021-06-08
1
-4
/
+4
*
Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flag
Shane Lontis
2021-06-08
1
-0
/
+1
*
Elimination of some sources not needed in the FIPS_MODULE
Tomas Mraz
2021-06-07
1
-1
/
+1
*
PROV: drop get_params() and gettable_params() from all encoder implementatio
Richard Levitte
2021-06-05
1
-2
/
+0
*
ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
Richard Levitte
2021-06-05
2
-3
/
+0
*
PROV: drop get_params() and gettable_params() from all decoder implementations
Richard Levitte
2021-06-05
1
-2
/
+0
*
DECODER: use property definitions instead of getting implementation parameters
Richard Levitte
2021-06-05
1
-0
/
+1
*
property: Add functionality to query data from a property definition
Richard Levitte
2021-06-05
1
-0
/
+15
*
Add documentation for newly added ASN1 functions
Matt Caswell
2021-06-05
1
-1
/
+1
*
Give ASN.1 objects the ability to report their libctx/propq
Matt Caswell
2021-06-05
1
-0
/
+2
*
Use the new ASN.1 libctx aware capabilities in CMP
Matt Caswell
2021-06-05
1
-1
/
+2
*
Teach more of the ASN.1 code about libctx/propq
Matt Caswell
2021-06-05
2
-2
/
+15
*
Teach the ASN.1 code how to create embedded objects with libctx/propq
Matt Caswell
2021-06-05
2
-0
/
+5
*
Provide the ability to create an X509_PUBKEY with a libctx/propq
Matt Caswell
2021-06-05
1
-0
/
+1
*
Move libssl related defines used by fips provider to prov_ssl.h
Tomas Mraz
2021-06-04
5
-10
/
+42
*
Deprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_buf_noconst
Richard Levitte
2021-06-03
1
-0
/
+6
*
Disable tracing within the FIPS module
Jon Spillett
2021-06-02
1
-2
/
+2
*
libcrypto: make XXX_get_number() internal
Pauli
2021-06-02
5
-13
/
+0
[next]