ci: get rid of no-asm flag to m68k cross compiles
[openssl.git] / apps /
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...
2021-05-27 Dr. David von OheimbDOC: Improve description of 'req' app: -new, -newkey...
2021-05-26 Rich SalzUse "" for include internal/xxx
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-26 Tianjia Zhangapps: Fix the mismatch of SM2 keys keymgmt
2021-05-25 Dr. David von OheimbAdd warning to key/param generating apps on potential...
2021-05-25 Richard LevitteFix 'openssl req' to be able to use provided keytypes
2021-05-25 Shane LontisAdd fipsinstall option to run self test KATS on module...
2021-05-24 Florian Mickleropenssl srp: make index.txt parsing error more verbose
2021-05-24 Florian Mickleropenssl ocsp: make index.txt parsing error more verbose
2021-05-24 Florian Mickleropenssl ca: make index.txt parsing error more verbose
2021-05-22 Dr. David von Oheimbapps/cms.c: Correct -sign output and -verify input...
2021-05-22 Dr. David von Oheimbapps/cms: Simplify handling of encerts; add warning...
2021-05-22 Richard LevitteVMS: don't use app_malloc() in apps/lib/vms_decc_argv.c
2021-05-21 Dmitry BelyavskiyHMAC doesn't work with a default digest
2021-05-21 Tomas Mrazapps: Cleanup useless bio_open_default() calls for...
2021-05-20 Dr. David von Oheimbapps/cms: Clean up order of options in help output...
2021-05-20 Dr. David von OheimbAPPS: Allow duplicate entries in options list, marking...
2021-05-20 Dr. David von OheimbAPPS: Allow non-option parameters appear anywhere in...
2021-05-20 Richard LevitteVMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more...
2021-05-20 Dr. David von OheimbDOC: Fix nits found by new check on SYNOPSIS and OPTION...
2021-05-20 Dr. David von OheimbCMP test server: move apps/{,lib/}cmp_mock_srv.c and...
2021-05-20 Dr. David von Oheimbapps/cmp.c: Move CMP server code portion to separate...
2021-05-20 Matt CaswellUpdate copyright year
2021-05-20 Pauliapp: add a -store_loaders option to list.
2021-05-20 Richard LevitteComplete 'no-sock' guards in apps/ocsp.c
2021-05-19 Richard LevitteMake apps/progs.pl not look at apps/progs.c
2021-05-19 Dr. David von Oheimbapps/list: Remove obsolete -missing-help option
2021-05-19 Richard LevitteTweak apps/build.info for VMS
2021-05-19 Dr. David von Oheimbapps/cms.c: Simplify make_receipt_request() and load_co...
2021-05-19 Dr. David von Oheimbapps/cms.c: Make -sign and -verify handle binary input
2021-05-18 Dr. David von OheimbMove ossl_sleep() to e_os.h and use it in apps
2021-05-18 Dr. David von OheimbDOC: Fix nits found by improved find-doc-nits -c
2021-05-18 Dr. David von Oheimbfind-doc-nits: Make -c option (cmd-nits) independent...
2021-05-18 Dr. David von Oheimbapps/s_server: Add -proxy and -no_proxy options
2021-05-18 Dr. David von Oheimbapps/ocsp: Add -proxy and -no_proxy options
2021-05-18 Rich SalzAdd -quiet flag to genpkey
2021-05-18 Pauliapps: use else if when checking for headers in the...
2021-05-18 Pauliapps: clean up the http server code
2021-05-17 Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
2021-05-16 Richard LevitteAPPS: Make the cmp Mock server output the accept addres...
2021-05-14 Dr. David von OheimbAdd OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}
2021-05-14 Dr. David von Oheimbhttp_client.c: Rename internal fields and functions...
next