index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
cmp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
apps: directly inclusion of "e_os.h when needed
FdaSilvaYY
2024-09-05
1
-0
/
+1
*
CMP: add support for requesting cert template using genm/genp
Rajeev Ranjan
2024-06-20
1
-0
/
+177
*
CMP app: fix combination of -certout and -chainout with equal filename argument
Dr. David von Oheimb
2024-06-18
1
-6
/
+21
*
CMP: Improvements of the support for requesting CRL
Rajeev Ranjan
2024-05-01
1
-17
/
+21
*
CMP: add support for genm with crlStatusList and genp with crls
Dr. David von Oheimb
2024-05-01
1
-4
/
+159
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
apps/cmp: improve -reqin option to read fallback public key from first reques...
Dr. David von Oheimb
2024-03-06
1
-2
/
+48
*
apps/cmp: extend documentation and diagnostics for using -reqin in special si...
Dr. David von Oheimb
2024-03-06
1
-5
/
+7
*
apps/cmp: add -reqout_only option for dumping/saving just the initial CMP req...
Dr. David von Oheimb
2024-03-06
1
-15
/
+52
*
apps/cmp.c: refactor to fix some coding style nits and more convenient source...
Dr. David von Oheimb
2024-03-06
1
-14
/
+21
*
CMP app and doc: add -no_cache_extracerts option / OSSL_CMP_OPT_NO_CACHE_EXTR...
Dr. David von Oheimb
2024-01-17
1
-1
/
+11
*
CMP app: make -ignore_keyusage apply also for mock server
Dr. David von Oheimb
2024-01-17
1
-3
/
+3
*
CMP app: make -geninfo option accept multiple ITAVs and support string values...
Dr. David von Oheimb
2023-12-19
1
-52
/
+86
*
CMP lib and app: add optional certProfile request message header and respecti...
Dr. David von Oheimb
2023-12-19
1
-2
/
+42
*
CMP: fix OSSL_CMP_MSG_http_perform() by adding option OSSL_CMP_OPT_USE_TLS
Dr. David von Oheimb
2023-10-10
1
-0
/
+2
*
apps/cmp.c: -tls_used may be implied by -server https:...; improve related ch...
Dr. David von Oheimb
2023-10-10
1
-6
/
+2
*
Remove repeated words
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
apps/cmp.c: fix bug not allowing to reset -csr and -serial option values
Dr. David von Oheimb
2023-09-05
1
-2
/
+2
*
CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdate
Dr. David von Oheimb
2023-07-17
1
-57
/
+154
*
rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.pod
Dr. David von Oheimb
2023-07-17
1
-1
/
+1
*
CMP: support specifying certificate to be revoked via issuer and serial number
Rajeev Ranjan
2023-07-10
1
-27
/
+63
*
Fix new typos found by codespell
Dimitri Papadopoulos
2023-06-18
1
-1
/
+1
*
Cast the argument to unsigned char when calling isspace()
Michael Baentsch
2023-06-09
1
-2
/
+2
*
allow to disable http
VladimĂr Kotal
2023-06-06
1
-33
/
+33
*
apps/cmp.c: make management of http_cb_arg pointer more robust
Dr. David von Oheimb
2023-06-01
1
-0
/
+2
*
apps/cmp.c: improve warnings on option use
Dr. David von Oheimb
2023-06-01
1
-3
/
+13
*
CMP: add support for genm/genp messages with id-it-caCerts
Dr. David von Oheimb
2023-06-01
1
-28
/
+66
*
APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...
Dr. David von Oheimb
2023-05-25
1
-1
/
+1
*
CMP client: fix error response on -csr without private key, also in docs
Dr. David von Oheimb
2023-05-12
1
-2
/
+17
*
CMP app: fix deallocated host/port fields in APP_HTTP_TLS_INFO
Dr. David von Oheimb
2023-05-10
1
-3
/
+9
*
CMP app and app_http_tls_cb(): pick the right TLS hostname (also without port)
Dr. David von Oheimb
2023-05-10
1
-1
/
+1
*
apps: silent warning when loading CSR files with vfyopt option
Tianjia Zhang
2023-05-03
1
-1
/
+1
*
APPS/cmp: prevent HTTP client failure on -rspin option with too few filenames
Dr. David von Oheimb
2023-04-28
1
-22
/
+47
*
CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...
Dr. David von Oheimb
2023-03-25
1
-1
/
+8
*
apps/cmp.c: make sure that last -reqin argument is actually used
Dr. David von Oheimb
2023-03-25
1
-6
/
+8
*
CMP app: improve doc and help output on -{req,rsp}{in,out} options
Dr. David von Oheimb
2023-03-25
1
-3
/
+6
*
OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled cert
Dr. David von Oheimb
2023-02-13
1
-1
/
+3
*
cmp_client_test.c: add tests for errors reported by server on subsequent requ...
Dr. David von Oheimb
2023-02-08
1
-1
/
+1
*
CMP app and doc: improve texts on (un-)trusted certs, srvCert, etc.
Dr. David von Oheimb
2023-02-08
1
-2
/
+2
*
Fix windows builds
FdaSilvaYY
2023-01-24
1
-1
/
+1
*
CMP app: fix file output of certs and cert lists on non-existing cert(s)
Dr. David von Oheimb
2023-01-16
1
-29
/
+26
*
CMP: fix status held in OSSL_CMP_CTX, in particular for genp messages
Dr. David von Oheimb
2022-11-24
1
-32
/
+32
*
Rename ossl_sleep calls to OSSL_sleep everywhere
Richard Levitte
2022-10-06
1
-1
/
+1
*
APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...
Dr. David von Oheimb
2022-09-20
1
-29
/
+2
*
APPS HTTP server: trace requests and responses when enabled
Dr. David von Oheimb
2022-09-07
1
-3
/
+3
*
Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()
Dr. David von Oheimb
2022-07-20
1
-24
/
+70
*
apps/cmp.c: fix cleanup of CMP_CTX vs. APP_HTTP_TLS_INFO in its http_cb_arg f...
Dr. David von Oheimb
2022-07-11
1
-5
/
+11
*
apps/cmp.c: improve print_itavs()
Dr. David von Oheimb
2022-07-01
1
-19
/
+27
*
apps/cmp.c: Fix glitch in -newkeypass warning and extend warnings for genm
Dr. David von Oheimb
2022-07-01
1
-3
/
+3
[next]