Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / apps / lib /
10 days ago Stephan Wurmapps: ca,req,x509: Add explicit start and end dates...
10 days ago Richard LevitteCopyright year updates
2024-04-04 Richard LevitteDiverse small VMS build fixups
2024-04-04 Drokov PavelRemove receiving of unused return value
2024-02-22 MrRurikovs_cb.c: Add missing return value checks
2023-12-29 Sebastian Andrzej... apps: Don't print hostname on bio_out during connect.
2023-12-21 Rajeev Ranjancmp_server.c,apps/lib/cmp_mock_srv.c: move polling...
2023-12-21 Dr. David von Oheimbcrypto/cmp/,apps/lib/cmp_mock_srv.c: various improvemen...
2023-12-21 Rajeev Ranjancrypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delive...
2023-12-19 Dr. David von OheimbCMP lib and app: add optional certProfile request messa...
2023-12-12 Bernd EdlingerFix a possible memleak in opt_verify
2023-10-25 Matt CaswellMake s_client -quic -debug work
2023-10-19 Tomas Mrazapps.c: Remove a redundant error print-out
2023-10-19 Tomas Mrazapps: Print out a proper message when a store cannot...
2023-09-21 Bernd EdlingerFix some memory leaks in the openssl app
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-08 Richard LevitteBIO_set_accept_name(): To accept from any interface...
2023-09-07 Matt CaswellCopyright year updates
2023-09-05 Dr. David von Oheimbapps.c: improve warning texts of parse_name() when...
2023-09-05 Dr. David von Oheimbapps.c: fix error messages (newline and needless text...
2023-08-15 Dr. David von Oheimbhttp_server.c: allow clients to connect with IPv6
2023-07-18 Dimitri PapadopoulosFix typos found by codespell
2023-07-16 Dr. David von OheimbCMP: add support for genm with rootCaCert and genp...
2023-07-16 Dr. David von OheimbAPPS load_key_certs_crls(): improve error string macro...
2023-06-26 Matt CaswellDon't truncate the input when decrypting in pkeyutl
2023-06-09 Michael BaentschCast the argument to unsigned char when calling isspace()
2023-06-09 Dr. Matthias St... apps/opt: refactor input format parsing
2023-06-06 Vladimír Kotalallow to disable http
2023-06-01 Dr. David von Oheimbcmp_mock_srv.c: improve comment on cert to be produced...
2023-06-01 Dr. David von Oheimbapps.c: add comment to do_X509_sign() referring to...
2023-06-01 Dr. David von OheimbCMP: add support for genm/genp messages with id-it...
2023-05-25 Dr. David von OheimbAPPS: replace awkward and error-prone pattern by calls...
2023-05-25 Dr. David von OheimbAPPS: replace awkward and error-prone pattern by calls...
2023-05-10 Dr. David von OheimbCMP app and app_http_tls_cb(): pick the right TLS hostn...
2023-05-08 Matt CaswellAdd QUIC support to s_client
2023-05-03 Tianjia Zhangapps: silent warning when loading CSR files with vfyopt...
2023-04-27 Dr. David von OheimbAPPS: make sure the -CAfile argument can be in DER...
2023-04-18 Dr. David von Oheimbcrypto/cmp: fix CertReqId to use in p10cr transactions...
2023-03-28 Todd ShortRFC7250 (RPK) support
2023-03-25 Dr. David von Oheimbapps/lib/http_server.c: improve diagnostics, e.g.,...
2023-03-14 Dr. David von Oheimbapps/x509 etc.: allow private key input when public...
2023-02-24 Michael Baentschfirst cut at sigalg loading
2023-02-08 Dr. David von Oheimbcmp_client_test.c: add tests for errors reported by...
2023-02-02 Dr. David von OheimbAPPS/{storeutl,gendsa}: give error on extra arguments...
2023-02-02 Dr. David von OheimbAPPS load_key_certs_crls(): improve diagnostics on...
2023-01-24 Dr. David von OheimbAPPS: generated certs bear X.509 V3, unless -x509v1...
2023-01-24 FdaSilvaYYFix windows builds
2022-12-11 wangyuhangunbuffer stdin before get passwd from stdin
2022-12-07 Dr. David von OheimbCompensate for CMP-related TODOs removed by PR #15539
2022-11-25 Dr. David von OheimbOSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVs
2022-11-16 Simo SorceDrop explicit check for engines in opt_legacy_okay
2022-10-23 xkernelChecking the return of BIO_new_fp(). If it returns...
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2022-10-12 FdaSilvaYYapps & al : Fix various typos, repeated words, align...
2022-10-06 Richard LevitteRename ossl_sleep calls to OSSL_sleep everywhere
2022-09-20 Dr. David von OheimbAPPS: Move load_csr_autofmt() from apps/cmp.c to apps...
2022-09-13 Richard LevitteChecking __STDC_VERSION__ rather than __STRICT_ANSI__
2022-09-07 Dr. David von Oheimbapps/lib/http_server.{c,h}: clean up logging and move...
2022-09-07 Dr. David von Oheimbapps/ocsp.c etc.: rename 'multi' to 'n_responders'...
2022-09-07 Dr. David von OheimbAPPS HTTP server: trace requests and responses when...
2022-08-23 Dr. David von Oheimbapp_http_tls_cb() and tls_error_hint(): code cleanup
2022-07-20 Dmitry BelyavskiyFix verify_callback in the openssl s_client/s_server app
2022-07-14 Dr. David von OheimbAPPS/x509: With -CA but both -CAserial and -CAcreateser...
2022-07-06 Dr. David von Oheimbapp_http_tls_cb(): fix crash on inconsistency w.r.t...
2022-06-23 Peiwei HuFix the checks of X509_LOOKUP_* functions
2022-06-16 Hartmut HolzgraefeHave set_dateopt() return 1 on success to make -dateopt...
2022-05-23 Benny BaumannAvoid unchecked string concatenation
2022-05-23 Benny BaumannAvoid potential OOB if width > sizeof(start)
2022-05-04 JHH20Remove duplicated #include headers
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-03-10 Todd ShortAdd TFO support to socket BIO and s_client/s_server
2022-03-10 Todd ShortSet protocol in init_client()
2022-03-04 xkernelapps: several return value checks for BIO_new()
2022-02-14 Armin FuerstAdd tests for do_updatedb
2022-02-03 Todd ShortFix copyrights
2022-01-21 Philip PrindevilleStandardize progress callback for dhparam, dsaparam...
2022-01-14 Paulicoverity 1497107: dereference after null check
2022-01-11 Dr. David von OheimbAPPS: Add check for multiple 'unknown' options
2022-01-08 Dr. David von Oheimbapps.c: fix various coding style nits found by check...
2022-01-07 Dr. David von OheimbAPPS load_key_certs_crls(): Make file access errors...
2022-01-04 Dr. David von OheimbCMP mock server: add -ref_cert option and corresponding...
2022-01-04 Dr. David von Oheimbapp_http_tls_cb: Fix double-free in case TLS not used
2022-01-04 Dr. David von OheimbHTTP client: Work around HTTPS proxy use bug due to...
2021-12-22 Dr. David von OheimbHTTP client: Fix cleanup of TLS BIO via 'bio_update_fn...
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-09 Paulifix Coverity 1494649: dead code
2021-12-07 Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-12-02 x2018s_cb.c: check the return value of X509_get0_pubkey()
2021-11-29 PW HuReturn -1 properly from do_X509_REQ_verify and do_X509_...
2021-11-25 x2018check the return value of OPENSSL_strdup(CRYPTO_strdup...
2021-11-25 x2018check the return value of OPENSSL_strdup(CRYPTO_strdup...
2021-11-25 x2018check the return value of OPENSSL_strdup to prevent...
2021-11-24 Rami Khaldix509: Return a nonzero exit code on error when checking...
2021-11-22 Dr. David von OheimbFix HTTP server port output and allow dynamic verbosity...
2021-11-17 Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-11 Dr. David von OheimbX509: Fix handling of AKID and SKID extensions accordin...
2021-11-02 Felipe GasperRevise s_client and s_server verbiage re secure renegot...
2021-10-28 x2018fix some code with obvious wrong coding style
next