test: fetching proper signature provider for non-exportable keys
[openssl.git] / apps /
2021-10-26 Paulispeed: range check the argument given to -multi
2021-10-25 Tomas Mrazcmp.c: Avoid dereference with negative index and use...
2021-10-22 Matt CaswellFix the s_server psk_server_cb for use in DTLS
2021-10-22 yuanjungongClean up on failed BIO creation
2021-10-22 Dr. David von OheimbAPPS/req.c: Make -reqexts option an alias of -extension...
2021-10-11 Tomas Mrazreq: Do not warn about using stdin when generating...
2021-10-11 PW HuBugfix: unsafe return check of EVP_PKEY_fromdata
2021-10-11 PW HuBugfix: unsafe return check of EVP_PKEY_fromdata_init
2021-10-09 Dmitry BelyavskiyBindhost/bindport should be freed
2021-10-08 PW HuFix unsafe BIO_get_md_ctx check
2021-10-07 Dr. David von Oheimbapps/x509: Fix self-signed check to happen before setti...
2021-10-06 Tomas Mrazs_socket.c: Avoid possible NULL pointer dereference
2021-10-04 Dr. David von Oheimbapps/lib/s_socket.c: Fix mem leak on host name in init_...
2021-10-01 Viktor DukhovniFully initialise cipher/digest app handles
2021-09-21 Dmitry BelyavskiyUse -nameopt utf8 by default
2021-09-18 Tianjia Zhangapps/s_client: Add ktls option
2021-09-18 Tianjia Zhangapps/s_server: Add ktls option
2021-09-17 Dr. David von OheimbAPPS/cmp.c: Move warning on overlong section name to...
2021-09-13 Viktor Szakatsconvert tabs to spaces in two distributed Perl scripts
2021-09-11 Dr. David von OheimbAPPS/{x509,req}: Fix description and diagnostics of...
2021-09-10 Richard LevitteFix 'openssl speed' information printout
2021-09-08 ZengitSocket now displays what address it is connecting to
2021-08-31 Tomas Mrazapps/pkcs12: Do not assume null termination of ASN1_UTF...
2021-08-26 Dr. David von OheimbAPPS/req: Fix AKID generation in case -CA option is...
2021-08-26 Dr. David von OheimbAPPS/req: Fix misconceptions on -CA, -CAkey, and -key...
2021-08-26 Dr. David von OheimbAPPS/x509: fix -extfile option, which was ignored with...
2021-08-25 Dr. David von OheimbCMS app: Fix new -wrap option
2021-08-25 Bernd EdlingerAvoid using undefined value in generate_stateless_cooki...
2021-08-25 Tianjia Zhangapps/ciphers: Fix wrong return value when using -conver...
2021-08-25 Dr. David von OheimbAPPS: Fix result type of dump_cert_text() and behavior...
2021-08-24 Tomas Mrazrsa: Try legacy encoding functions for pubkey
2021-08-20 Dmitry BelyavskiyGet rid of warn_binary
2021-08-12 Dmitry BelyavskiyDisclaimer about the default provider activation added...
2021-08-12 Pauligenpkey: -quiet doesn't take an argument
2021-08-06 Dr. David von OheimbFix CMP app TLS connection not respecting vpm options...
2021-08-05 Tomas Mrazcms: Fix handling of -rctform option
2021-08-05 Tomas Mrazcms: Do not try to check binary format on stdin
2021-08-05 Tomas Mrazreq: Avoid segfault when -modulus is used
2021-08-04 Dr. David von Oheimbapps/pkeyutl.c: call ERR_print_errors() on all errors...
2021-08-03 PauliAdd config_diagnostics to our configuration files.
2021-08-03 Dmitry BelyavskiyIf we have passed the private key, don't copy it implicitly
2021-07-31 Tanzinul IslamRedefine getpid() -> _getpid() only for MSVC
2021-07-16 Daiki Uenoapps: Use the first detected address family if IPv6...
2021-07-14 Pauliapps: avoid using POSIX IO macros and functions when...
2021-07-13 Tianjia ZhangRemove executable mode attributes of non-executable...
2021-07-11 Pauliapp: add library context and propq arguments to opt_md...
2021-07-11 Pauliapps: add a function opt_legacy_okay() that indicates...
2021-07-11 Pauliapps: add query to allow a command to know of a provide...
2021-07-09 Matt CaswellFix s_server PSK handling
2021-07-09 Matt CaswellDon't add the first pkcs12 certificate multiple times
2021-07-08 Pauliapps: fix Coverity 1451531 Unchecked return value
2021-07-02 Tomas Mrazload_key_certs_crls: Avoid reporting any spurious errors
2021-06-30 Dr. David von Oheimbcmp_mock_srv.c: Add missing OldCertID check for 'kur...
2021-06-30 Paulis_time: avoid unlikely division by zero
2021-06-26 Richard LevitteFix 'openssl req' to correctly use the algorithm from...
2021-06-26 Richard Levitteapps/CA.pl.in: restore the quotes around -CAfile, they...
2021-06-26 Christian HeimesFix segfault in openssl x509 -modulus
2021-06-26 Pauliapps: address potential memory leaks
2021-06-26 Pauliapps: properly initialise arguments to EVP_PKEY_get_bn_...
2021-06-23 Richard LevitteAdapt other parts of the source to the changed EVP_Q_di...
2021-06-23 Dr. David von Oheimbcmp_mock_srv.c: Fix polling mode such that it can be...
2021-06-22 Richard LevitteAPPS & TEST: Use ossl_[u]intmax_t rather than [u]intmax_t
2021-06-22 Richard LevitteAPPS: Make fallback opt_[u]intmax() implementations...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-16 Dr. David von OheimbHTTP client: fix use of OSSL_HTTP_adapt_proxy(), which...
2021-06-16 Dr. David von OheimbX509_digest_sig(): Improve default hash for EdDSA and...
2021-06-16 Pauliapps: remove AEAD/mode checks that are now redundant
2021-06-16 Pauliapps: use get_cipher_any() instead of get_cipher()...
2021-06-16 Pauliapps: limit get_cipher() to not return AEAD or XTS...
2021-06-15 Dmitry BelyavskiyDisabling Encrypt-then-MAC extension in s_client/s_server
2021-06-15 Hubert Karios_server: make -rev option easier to find (mention...
2021-06-15 Rich SalzRemove "-immedate_renegotiation" option
2021-06-15 Pauliapps: move global libctx and property query into their...
2021-06-15 Paulispeed: make sure to free any allocated EVP_MAC structures
2021-06-15 Paulipkcs12: use the app's libctx and property query when...
2021-06-15 Paulispeed: use the app's libctx and property query when...
2021-06-15 Paulilist: use the app's libctx and property query when...
2021-06-15 Paulikdf: use the app's libctx and property query when searc...
2021-06-15 Paulifipsinstall: use the app's libctx and property query...
2021-06-15 Pauliadd libctx and property query to fetch functions
2021-06-15 Paulispkac: allow digests other than MD5 to be used for...
2021-06-13 Richard LevitteAPPS: Remove an unreachable statement in s_client.c
2021-06-11 William EdmistenAdd support for ISO 8601 datetime format
2021-06-11 Richard Levitteapps/lib/s_socket.c: Alias getpid with _getpid for...
2021-06-10 Shane LontisFix s_server app to not report an error when using...
2021-06-10 Richard LevitteAPPS: Restore the possibility to combine -pubout with...
2021-06-09 Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
2021-06-09 Dr. David von Oheimb80-test_cmp_http.t: Improve the way the test server...
2021-06-05 Matt CaswellUse the new ASN.1 libctx aware capabilities in CMP
2021-06-04 Paulireq: detect a bad choice of digest early
2021-06-04 Tomas Mrazreq: fix default bits handling for -newkey
2021-06-03 Tomas Mrazopenssl spkac: Fix reading SPKAC data from stdin
2021-06-02 Paulilist: update to not use XXX_get_number() calls
2021-06-02 Pauliapps: remove TODOs
2021-06-01 Tomas MrazRename also the OSSL_PROVIDER_name() function
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Paulireq: fix Coverity 1485137 Explicit null dereference
2021-05-29 Dr. David von Oheimbapps/ocsp: Allow -port 0
2021-05-29 Dr. David von Oheimbapps/lib/s_socket.c and 80-test_cmp_http.t: Make ACCEPT...
2021-05-27 Dr. David von OheimbAPPS req: Extend the -keyout option to be respected...
next