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
*
Include a local static buffer for the SHA helper functions
Pauli
2021-06-16
1
-0
/
+20
*
Add various OBJ functions as callbacks
Matt Caswell
2021-06-16
1
-0
/
+37
*
Refactor OSSL_STORE_LOADER_do_all_provided() to behave like OSSL_STORE_LOADER...
Richard Levitte
2021-06-15
1
-32
/
+24
*
DECODER & ENCODER: Add better tracing
Richard Levitte
2021-06-15
1
-0
/
+44
*
Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()
Richard Levitte
2021-06-15
10
-5
/
+12
*
Refactor evp_generic_do_all() to behave like evp_generic_fetch()
Richard Levitte
2021-06-15
2
-42
/
+52
*
Refactor OSSL_ENCODER_do_all_provided() to behave like OSSL_ENCODER_fetch()
Richard Levitte
2021-06-15
1
-33
/
+22
*
Refactor OSSL_DECODER_do_all_provided() to behave like OSSL_DECODER_fetch()
Richard Levitte
2021-06-15
1
-33
/
+28
*
Add the internal function ossl_method_store_do_all()
Richard Levitte
2021-06-15
1
-0
/
+36
*
CORE: Move away the allocation of the temporary no_cache method store
Richard Levitte
2021-06-15
5
-125
/
+186
*
ASN1_parse_dump(): allow NULL BIO input, to simplify applications not needing...
Dr. David von Oheimb
2021-06-15
1
-7
/
+8
*
BIO_write_ex(): Make handing of BIO b == NULL and dlen == 0 less redundant
Dr. David von Oheimb
2021-06-15
1
-7
/
+2
*
BIO: Make source file names in crypto/bio/ consistent
Dr. David von Oheimb
2021-06-15
7
-3
/
+3
*
BIO_dum_indent_cb(): Fix handling of cb return value
Dr. David von Oheimb
2021-06-15
1
-2
/
+5
*
BIO: prevent crash on NULL BIO for prefix_ctrl() and thus for BIO_set_prefix(...
Dr. David von Oheimb
2021-06-15
1
-2
/
+2
*
ASN1: rename asn1_par.c to asn1_parse.c for clarity; simplify asn1_parse2()
Dr. David von Oheimb
2021-06-15
2
-11
/
+4
*
Use getauxval on Android with API level > 18
Lars Immisch
2021-06-15
1
-0
/
+9
*
remove end of line whitespace
Pauli
2021-06-15
1
-1
/
+1
*
cms: free PKEY_CTX
Pauli
2021-06-15
1
-4
/
+5
*
cms: fix coverity 1485981: unchecked return value
Pauli
2021-06-15
1
-2
/
+6
*
Add missing NULL check in OSSL_DECODER_from_bio().
Shane Lontis
2021-06-15
1
-0
/
+5
*
Avoid excessive OSSL_DECODER_do_all_provided calls
Matt Caswell
2021-06-14
1
-3
/
+26
*
Add a generic SubjectPublicKeyInfo decoder
Matt Caswell
2021-06-14
2
-0
/
+46
*
Fix DH/DHX named groups to not overwrite the private key length.
Shane Lontis
2021-06-14
1
-2
/
+0
*
Add AES consttime code for no-asm configurations
Bernd Edlinger
2021-06-13
2
-1
/
+632
*
d2i_X509: revert calling X509v3_cache_extensions()
Dr. David von Oheimb
2021-06-12
1
-24
/
+1
*
Rename OSSL_HTTP_set_request() to OSSL_HTTP_set1_request() for clarity
Dr. David von Oheimb
2021-06-11
1
-14
/
+14
*
HTTP client: Fix GET request handling when rctx is reused (keep-alive)
Dr. David von Oheimb
2021-06-11
1
-15
/
+15
*
Add support for ISO 8601 datetime format
William Edmisten
2021-06-11
2
-7
/
+33
*
BIO_write_ex: No error only on 0 bytes to write
Tomas Mraz
2021-06-11
1
-1
/
+7
*
STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functions
Richard Levitte
2021-06-11
2
-5
/
+5
*
dl_name_converter: Avoid unnecessary overallocation
Tomas Mraz
2021-06-11
1
-1
/
+1
*
ossl_provider_set_module_path: Prevent potential UAF
Tomas Mraz
2021-06-11
1
-0
/
+1
*
Fix use after free in OSSL_HTTP_REQ_CTX_set1_req()
Tomas Mraz
2021-06-10
1
-9
/
+16
*
err: clear flags better when clearing errors.
Pauli
2021-06-10
1
-0
/
+3
*
sha: convert SHA one shot macros back to being functions
Pauli
2021-06-10
1
-0
/
+26
*
DECODER & ENCODER: Add better tracing
Richard Levitte
2021-06-09
3
-16
/
+71
*
DECODER: Adapt addition of extra decoder implementations
Richard Levitte
2021-06-09
4
-69
/
+114
*
Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8
Richard Levitte
2021-06-09
5
-7
/
+7
*
keymgmt: better detect when a key manager can be reused
Pauli
2021-06-09
1
-2
/
+10
*
Simplify error reporting in X509_PUBKEY_get0()
Matt Caswell
2021-06-08
1
-20
/
+8
*
Actually use a legacy route in pem_read_bio_key_legacy()
Matt Caswell
2021-06-08
3
-18
/
+20
*
Only use the legacy route to decode a public key if we have to
Matt Caswell
2021-06-08
1
-2
/
+19
*
Ensure that we consume all the data when decoding an SPKI
Matt Caswell
2021-06-08
1
-2
/
+13
*
Use the right class/tag when decoding an embedded key
Matt Caswell
2021-06-08
1
-1
/
+25
*
Fix CTLOG_new_from_base64_ex()
Matt Caswell
2021-06-08
1
-1
/
+1
*
evp: avoid some calls to EVP_CIPHER_CTX_get_iv_length() because it's been cal...
Pauli
2021-06-08
1
-2
/
+2
*
evp: fix Coverity 1485670 argument cannot be negative
Pauli
2021-06-08
1
-4
/
+7
*
evp: fix Coverity 1485669 improper use of negative value
Pauli
2021-06-08
1
-0
/
+4
*
evp: fix Coverity 1485668 argument cannot be negative
Pauli
2021-06-08
1
-1
/
+5
[next]