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 |
Dr. David von Oheimb
|
63f1883dca
Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()
|
4 years ago |
Rich Salz
|
852c2ed260
In OpenSSL builds, declare STACK for datatypes ...
|
4 years ago |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 years ago |
Dr. David von Oheimb
|
4b1fe471ac
HTTP client: make server/proxy and port params more consistent; minor other improvements
|
4 years ago |
Dr. David von Oheimb
|
afe554c2d2
Chunk 10 of CMP contribution to OpenSSL: CMP http client and related tests
|
4 years ago |
Dr. David von Oheimb
|
7e765f46a6
Chunk 9 of CMP contribution to OpenSSL: CMP client and related tests
|
4 years ago |
Dr. David von Oheimb
|
235595c402
fix various formatting nits in CMP contribution chunks 1-6 found by the new util/check-format.pl
|
4 years ago |
Dr. David von Oheimb
|
ebf3006917
improve CMP logging according to comments on CMP chunk 7 preview
|
4 years ago |
Dr. David von Oheimb
|
29f178bddf
Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c
|
5 years ago |