summaryrefslogtreecommitdiff
path: root/apps/lib
Commit message (Expand)AuthorAgeFilesLines
* CMP app and app_http_tls_cb(): pick the right TLS hostname (also without port)Dr. David von Oheimb2023-05-101-2/+6
* Add QUIC support to s_clientMatt Caswell2023-05-081-4/+5
* apps: silent warning when loading CSR files with vfyopt optionTianjia Zhang2023-05-031-4/+5
* APPS: make sure the -CAfile argument can be in DER formatDr. David von Oheimb2023-04-271-2/+6
* crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb2023-04-181-12/+5
* RFC7250 (RPK) supportTodd Short2023-03-281-13/+21
* apps/lib/http_server.c: improve diagnostics, e.g., on port number already in useDr. David von Oheimb2023-03-251-31/+32
* apps/x509 etc.: allow private key input when public key is expectedDr. David von Oheimb2023-03-141-30/+35
* first cut at sigalg loadingMichael Baentsch2023-02-241-1/+2
* cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb2023-02-081-8/+17
* APPS/{storeutl,gendsa}: give error on extra arguments, improve docDr. David von Oheimb2023-02-021-2/+7
* APPS load_key_certs_crls(): improve diagnostics on not finding expected types...Dr. David von Oheimb2023-02-021-1/+3
* APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb2023-01-241-4/+2
* Fix windows buildsFdaSilvaYY2023-01-242-10/+10
* unbuffer stdin before get passwd from stdinwangyuhang2022-12-121-0/+1
* Compensate for CMP-related TODOs removed by PR #15539Dr. David von Oheimb2022-12-071-4/+4
* OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb2022-11-251-1/+1
* Drop explicit check for engines in opt_legacy_okaySimo Sorce2022-11-161-8/+0
* Checking the return of BIO_new_fp(). If it returns NULL, then it is unnecessa...xkernel2022-10-241-1/+4
* Add support for compressed certificates (RFC8879)Todd Short2022-10-181-0/+2
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-122-3/+3
* Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte2022-10-061-3/+3
* APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...Dr. David von Oheimb2022-09-201-3/+38
* Checking __STDC_VERSION__ rather than __STRICT_ANSI__Richard Levitte2022-09-131-2/+15
* apps/lib/http_server.{c,h}: clean up logging and move it to log.{c,h}Dr. David von Oheimb2022-09-073-92/+131
* apps/ocsp.c etc.: rename 'multi' to 'n_responders' for clarityDr. David von Oheimb2022-09-071-9/+9
* APPS HTTP server: trace requests and responses when enabledDr. David von Oheimb2022-09-071-87/+142
* app_http_tls_cb() and tls_error_hint(): code cleanupDr. David von Oheimb2022-08-231-22/+24
* Fix verify_callback in the openssl s_client/s_server appDmitry Belyavskiy2022-07-201-10/+16
* APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb2022-07-141-4/+14
* app_http_tls_cb(): fix crash on inconsistency w.r.t. use of TLSDr. David von Oheimb2022-07-061-1/+8
* Fix the checks of X509_LOOKUP_* functionsPeiwei Hu2022-06-231-3/+3
* Have set_dateopt() return 1 on success to make -dateopt workHartmut Holzgraefe2022-06-161-1/+3
* Avoid unchecked string concatenationBenny Baumann2022-05-231-17/+13
* Avoid potential OOB if width > sizeof(start)Benny Baumann2022-05-231-46/+58
* Remove duplicated #include headersJHH202022-05-041-1/+0
* Update copyright yearMatt Caswell2022-05-037-7/+7
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-224-15/+13
* Add TFO support to socket BIO and s_client/s_serverTodd Short2022-03-101-4/+22
* Set protocol in init_client()Todd Short2022-03-101-1/+1
* apps: several return value checks for BIO_new()xkernel2022-03-041-1/+7
* Add tests for do_updatedbArmin Fuerst2022-02-143-14/+27
* Fix copyrightsTodd Short2022-02-031-2/+2
* Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville2022-01-211-0/+13
* coverity 1497107: dereference after null checkPauli2022-01-141-3/+6
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-1/+18
* apps.c: fix various coding style nits found by check-format.plDr. David von Oheimb2022-01-081-137/+127
* APPS load_key_certs_crls(): Make file access errors much more readableDr. David von Oheimb2022-01-071-75/+68
* CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set...Dr. David von Oheimb2022-01-041-20/+43
* app_http_tls_cb: Fix double-free in case TLS not usedDr. David von Oheimb2022-01-041-8/+11