index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
seal: make EVP_SealInit() library context aware
Pauli
2021-05-18
1
-3
/
+9
*
hmac: fix coverity 1484888 negative integer to size_t conversion
Pauli
2021-05-18
1
-1
/
+4
*
evp: fix coverity 1484885 negative integer to size_t conversion
Pauli
2021-05-18
1
-4
/
+8
*
provider: fix coverity 1484884: uninitialised lock use
Pauli
2021-05-18
1
-1
/
+1
*
Fix a use-after-free in the child provider code
Matt Caswell
2021-05-17
1
-1
/
+1
*
Fix pointer passed to provider_unquery_operation
Petr Gotthard
2021-05-17
1
-3
/
+2
*
ASN1: Fix i2d_provided() return value
Richard Levitte
2021-05-15
1
-1
/
+2
*
Init the child providers immediately on creation of the child libctx
Matt Caswell
2021-05-15
2
-44
/
+8
*
Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}
Dr. David von Oheimb
2021-05-14
2
-4
/
+4
*
http_client.c: Rename internal fields and functions for consistency
Dr. David von Oheimb
2021-05-14
1
-29
/
+27
*
HTTP client: Allow streaming of response data (with possibly indefinite length)
Dr. David von Oheimb
2021-05-14
1
-39
/
+44
*
HTTP client: Allow streaming of request data (for POST method)
Dr. David von Oheimb
2021-05-14
1
-48
/
+63
*
HTTP client API: Generalize to arbitrary request and response contents
Dr. David von Oheimb
2021-05-14
1
-3
/
+12
*
OSSL_HTTP_transfer(): Fix error reporting in case rctx->server is NULL
Dr. David von Oheimb
2021-05-14
1
-7
/
+6
*
OSSL_HTTP_get(): Do not close connection if redirect to same server
Dr. David von Oheimb
2021-05-14
1
-8
/
+9
*
HTTP: Implement persistent connections (keep-alive)
Dr. David von Oheimb
2021-05-14
7
-215
/
+338
*
OSSL_HTTP_REQ_CTX_add1_headers(): Fix use with host == NULL (relative URLs)
Dr. David von Oheimb
2021-05-14
1
-1
/
+1
*
CMP test server: Extend error reporting on cert rejected for revocation
Dr. David von Oheimb
2021-05-14
1
-1
/
+1
*
cmp_server.c: Improve transaction management and logging
Dr. David von Oheimb
2021-05-14
1
-6
/
+16
*
OSSL_CMP_SRV_process_request(): Log any error queue entries on response
Dr. David von Oheimb
2021-05-14
1
-0
/
+1
*
HTTP client: Rename 'maxline' parameter to 'buf_size' for clarity
Dr. David von Oheimb
2021-05-14
2
-11
/
+11
*
Fix provider library build wrt. AES
Juergen Christ
2021-05-14
1
-0
/
+7
*
check i2d_ASN1_TYPE return value
bonniegong
2021-05-14
1
-0
/
+2
*
http_client.c: Fix inconsistency w.r.t. type of max_resp_len
Dr. David von Oheimb
2021-05-13
1
-3
/
+3
*
Replace some of the ERR_clear_error() calls with mark calls
Tomas Mraz
2021-05-13
9
-31
/
+44
*
crypto/arm_arch.h: add a variable declaration
Xiaofei Bai
2021-05-14
1
-0
/
+1
*
ARM assembly pack: translate bit-sliced AES implementation to AArch64
Ben Avison
2021-05-14
2
-2
/
+2341
*
Fallback to legacy pem decoding if OSSL_DECODER fails
Tomas Mraz
2021-05-13
1
-4
/
+150
*
Implement pem_read_key directly through OSSL_DECODER
Tomas Mraz
2021-05-13
4
-58
/
+40
*
Replace EVP_PKEY_supports_digest_nid
Tomas Mraz
2021-05-13
1
-14
/
+13
*
Drop ASN1_PKEY_CTRL_SUPPORTS_MD_NID
Tomas Mraz
2021-05-13
1
-2
/
+1
*
x509: fix a dangling pointer
Pauli
2021-05-13
1
-1
/
+3
*
Add $AESDEF in libdefault.a to fix aes regression
Xiaofei Bai
2021-05-13
1
-0
/
+1
*
Export/import flags for FFC params changed to seperate fields.
Shane Lontis
2021-05-13
3
-40
/
+35
*
make update
Benjamin Kaduk
2021-05-12
1
-0
/
+1
*
HTTP client: Minimal changes that include the improved API
Dr. David von Oheimb
2021-05-12
5
-175
/
+152
*
Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()
Dr. David von Oheimb
2021-05-12
2
-0
/
+20
*
A few cleanups of the provider build.infos
Tomas Mraz
2021-05-12
1
-1
/
+1
*
encoder: add a _name() function for encoders and decoders
Pauli
2021-05-12
3
-0
/
+21
*
property: create property names more eagerly.
Pauli
2021-05-12
1
-2
/
+2
*
Add OID for RPKI id-ct-signedChecklist
Job Snijders
2021-05-12
3
-5
/
+12
*
evp: fix return code check.
Pauli
2021-05-12
1
-1
/
+1
*
coverity: fix 1484542 dereference after null check
Pauli
2021-05-12
1
-4
/
+2
*
Fix missing $CPUIDDEF in libdefault.a
Xiaofei Bai
2021-05-11
1
-0
/
+1
*
Exclude child provider code from the FIPS module
Matt Caswell
2021-05-11
1
-19
/
+49
*
Don't convert pre-existing providers into children
Matt Caswell
2021-05-11
2
-32
/
+100
*
Add support for child provider to up_ref/free their parent
Matt Caswell
2021-05-11
5
-35
/
+159
*
Register callbacks with core for child provider creation/deletion
Matt Caswell
2021-05-11
2
-40
/
+239
*
Add the concept of a child OSSL_LIB_CTX
Matt Caswell
2021-05-11
5
-8
/
+308
*
Add the ability for ex_data to have a priority
Matt Caswell
2021-05-11
16
-20
/
+61
[next]