summaryrefslogtreecommitdiffstats
path: root/apps/lib
AgeCommit message (Expand)Author
2023-06-26Don't truncate the input when decrypting in pkeyutlMatt Caswell
2023-06-09Cast the argument to unsigned char when calling isspace()Michael Baentsch
2023-06-09apps/opt: refactor input format parsingDr. Matthias St. Pierre
2023-06-06allow to disable httpVladimĂ­r Kotal
2023-06-01cmp_mock_srv.c: improve comment on cert to be produced from request templateDr. David von Oheimb
2023-06-01apps.c: add comment to do_X509_sign() referring to question #19805Dr. David von Oheimb
2023-06-01CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu...Dr. David von Oheimb
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...Dr. David von Oheimb
2023-05-10CMP app and app_http_tls_cb(): pick the right TLS hostname (also without port)Dr. David von Oheimb
2023-05-08Add QUIC support to s_clientMatt Caswell
2023-05-03apps: silent warning when loading CSR files with vfyopt optionTianjia Zhang
2023-04-27APPS: make sure the -CAfile argument can be in DER formatDr. David von Oheimb
2023-04-18crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-25apps/lib/http_server.c: improve diagnostics, e.g., on port number already in useDr. David von Oheimb
2023-03-14apps/x509 etc.: allow private key input when public key is expectedDr. David von Oheimb
2023-02-24first cut at sigalg loadingMichael Baentsch
2023-02-08cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb
2023-02-02APPS/{storeutl,gendsa}: give error on extra arguments, improve docDr. David von Oheimb
2023-02-02APPS load_key_certs_crls(): improve diagnostics on not finding expected types...Dr. David von Oheimb
2023-01-24APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb
2023-01-24Fix windows buildsFdaSilvaYY
2022-12-12unbuffer stdin before get passwd from stdinwangyuhang
2022-12-07Compensate for CMP-related TODOs removed by PR #15539Dr. David von Oheimb
2022-11-25OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb
2022-11-16Drop explicit check for engines in opt_legacy_okaySimo Sorce
2022-10-24Checking the return of BIO_new_fp(). If it returns NULL, then it is unnecessa...xkernel
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-06Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte
2022-09-20APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...Dr. David von Oheimb
2022-09-13Checking __STDC_VERSION__ rather than __STRICT_ANSI__Richard Levitte
2022-09-07apps/lib/http_server.{c,h}: clean up logging and move it to log.{c,h}Dr. David von Oheimb
2022-09-07apps/ocsp.c etc.: rename 'multi' to 'n_responders' for clarityDr. David von Oheimb
2022-09-07APPS HTTP server: trace requests and responses when enabledDr. David von Oheimb
2022-08-23app_http_tls_cb() and tls_error_hint(): code cleanupDr. David von Oheimb
2022-07-20Fix verify_callback in the openssl s_client/s_server appDmitry Belyavskiy
2022-07-14APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb
2022-07-06app_http_tls_cb(): fix crash on inconsistency w.r.t. use of TLSDr. David von Oheimb
2022-06-23Fix the checks of X509_LOOKUP_* functionsPeiwei Hu
2022-06-16Have set_dateopt() return 1 on success to make -dateopt workHartmut Holzgraefe
2022-05-23Avoid unchecked string concatenationBenny Baumann
2022-05-23Avoid potential OOB if width > sizeof(start)Benny Baumann
2022-05-04Remove duplicated #include headersJHH20
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2022-03-10Set protocol in init_client()Todd Short
2022-03-04apps: several return value checks for BIO_new()xkernel