Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Dr. David von Oheimb
|
e664ef78b9
CMP: generalize ossl_cmp_calc_protection() to handle Edwards curves correctly
|
1 year ago |
Dr. David von Oheimb
|
4b0c27d445
CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNonce()
|
1 year ago |
Dr. David von Oheimb
|
084d3afd26
Compensate for CMP-related TODOs removed by PR #15539
|
3 years ago |
Dr. David von Oheimb
|
357bfe7345
CMP+CRMF: fix formatting nits in crypto/, include/, and test/
|
2 years ago |
Dr. David von Oheimb
|
7c310e872e
libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()
|
2 years ago |
slontis
|
74c929d00d
Fix memory leak in cmp_calc_protection()
|
2 years ago |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
Dr. David von Oheimb
|
9944df112f
asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying code
|
3 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 |
Dr. David von Oheimb
|
1c0eede982
Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()
|
3 years ago |
Matt Caswell
|
8020d79b40
Update copyright year
|
3 years ago |
Dr. David von Oheimb
|
c1be4d617c
Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()
|
3 years ago |
Dr. David von Oheimb
|
daf1300b80
Add internal X509_add_certs_new(), which simplifies matters
|
3 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |
Matt Caswell
|
d8652be06e
Run the withlibctx.pl script
|
4 years ago |
Matt Caswell
|
e6623cfbff
Fix safestack issues in x509.h
|
4 years ago |
Dr. David von Oheimb
|
543a802fab
bugfix in ossl_cmp_msg_protect(): set senderKID and extend extraCerts also for unprotected CMP requests
|
4 years ago |
Dr. David von Oheimb
|
6199478101
bugfix in ossl_cmp_msg_add_extraCerts(): should include cert chain when using PBM
|
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
|
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
|
28e9f62b2d
cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve its doc
|
4 years ago |
Dr. David von Oheimb
|
97e00da902
Add OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and improve its doc
|
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
|
12bbcee21b
Make CMP server use same protection for response as for request
|
4 years ago |
Dr. David von Oheimb
|
ce0465edc7
Fix too strict checks of ossl_cmp_calc_protection()
|
4 years ago |