Dr. David von Oheimb
|
6be83cc655
OSSL_CMP_CTX: rename get/set function for trustedStore
|
2 years ago |
Dr. David von Oheimb
|
79b2a2f2ee
add OSSL_STACK_OF_X509_free() for commonly used pattern
|
2 years ago |
Dr. David von Oheimb
|
08dfbe0798
cmp_ctx.c: Remove redundancy form the defs of many getters and setters
|
2 years ago |
Pauli
|
75e1191f4d
cmp: remove TODOs
|
3 years ago |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 years ago |
Petr Gotthard
|
32075a1724
Fix memory leak in OSSL_CMP_CTX
|
3 years ago |
Dr. David von Oheimb
|
19f97fe6f1
HTTP: Implement persistent connections (keep-alive)
|
3 years ago |
Dr. David von Oheimb
|
1c0eede982
Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()
|
3 years ago |
Dr. David von Oheimb
|
cd69b4bd7c
OSSL_CMP_CTX_new(): Fix distinction of out-of-memory and other errors
|
3 years ago |
Shane Lontis
|
4669015d7b
Add ossl_ x509 symbols
|
3 years ago |
Dr. David von Oheimb
|
daf1300b80
Add internal X509_add_certs_new(), which simplifies matters
|
3 years ago |
Matt Caswell
|
a28d06f3e9
Update copyright year
|
3 years ago |
Dr. David von Oheimb
|
d53b437f99
Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stack
|
3 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |
Dr. Matthias St. Pierre
|
b425001010
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
4 years ago |
Matt Caswell
|
798f932980
Fix safestack issues in cmp.h
|
4 years ago |
Matt Caswell
|
b4780134df
Fix safestack issues in asn1.h
|
4 years ago |
Matt Caswell
|
e144fd36ce
Fix safestack issues in x509v3.h
|
4 years ago |
Matt Caswell
|
e6623cfbff
Fix safestack issues in x509.h
|
4 years ago |
Dr. David von Oheimb
|
a0745e2be6
Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certs
|
4 years ago |
Dr. David von Oheimb
|
0b86eefd43
OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'untrusted
|
4 years ago |
Dr. David von Oheimb
|
15076c26d7
Strengthen chain building for CMP
|
4 years ago |
Dr. David von Oheimb
|
39082af2fa
Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainout
|
4 years ago |
Dr. David von Oheimb
|
1a5ae1da14
Add -verbosity option to apps/cmp.c and add log output also in crypto/cmp
|
4 years ago |
Dr. David von Oheimb
|
6d1f50b520
Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decrypt
|
4 years ago |
Dr. David von Oheimb
|
2300083887
crypto/cmp: Prevent misleading errors in case x509v3_cache_extensions() fails
|
4 years ago |
Dr. David von Oheimb
|
1a7cd250ad
Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_mock_srv_new()
|
4 years ago |
Dr. David von Oheimb
|
eeccc23723
Introduce X509_add_cert[s] simplifying various additions to cert lists
|
4 years ago |
Dr. David von Oheimb
|
11baa470a2
Fix CMP -days option range checking and test failing with enable-ubsan
|
4 years ago |
Dr. David von Oheimb
|
c4a9e3ebbb
Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()
|
4 years ago |