aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2021-07-16apps: Use the first detected address family if IPv6 is not availableDaiki Ueno1-0/+10
2021-07-14apps: avoid using POSIX IO macros and functions when built without them.Pauli1-13/+23
2021-07-13Remove executable mode attributes of non-executable filesTianjia Zhang1-0/+0
2021-07-12app: add library context and propq arguments to opt_md() and opt_cipher()Pauli1-5/+14
2021-07-12apps: add a function opt_legacy_okay() that indicates if legacy paths are per...Pauli1-0/+32
2021-07-12apps: add query to allow a command to know of a provider command line option ...Pauli2-0/+18
2021-07-09Fix s_server PSK handlingMatt Caswell1-0/+11
2021-07-09Don't add the first pkcs12 certificate multiple timesMatt Caswell1-4/+7
2021-07-09apps: fix Coverity 1451531 Unchecked return valuePauli1-11/+13
2021-07-02load_key_certs_crls: Avoid reporting any spurious errorsTomas Mraz1-9/+3
2021-06-30cmp_mock_srv.c: Add missing OldCertID check for 'kur' cert update requestsDr. David von Oheimb1-0/+23
2021-06-30s_time: avoid unlikely division by zeroPauli1-4/+7
2021-06-26Fix 'openssl req' to correctly use the algorithm from '-newkey algo:nnnn'Richard Levitte1-2/+2
2021-06-26apps/CA.pl.in: restore the quotes around -CAfile, they were there for a reasonRichard Levitte1-1/+3
2021-06-26Fix segfault in openssl x509 -modulusChristian Heimes1-1/+1
2021-06-26apps: address potential memory leaksPauli1-0/+4
2021-06-26apps: properly initialise arguments to EVP_PKEY_get_bn_param()Pauli2-2/+2
2021-06-23Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()Richard Levitte1-14/+14
2021-06-23cmp_mock_srv.c: Fix polling mode such that it can be done multiple timesDr. David von Oheimb1-6/+22
2021-06-22APPS & TEST: Use ossl_[u]intmax_t rather than [u]intmax_tRichard Levitte1-2/+2
2021-06-22APPS: Make fallback opt_[u]intmax() implementations based on longRichard Levitte2-16/+42
2021-06-17Update copyright yearMatt Caswell5-5/+5
2021-06-16HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb1-6/+4
2021-06-16X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb1-1/+1
2021-06-16apps: remove AEAD/mode checks that are now redundantPauli2-20/+5
2021-06-16apps: use get_cipher_any() instead of get_cipher() for commands that support ...Pauli3-4/+4
2021-06-16apps: limit get_cipher() to not return AEAD or XTS ciphersPauli2-6/+38
2021-06-15Disabling Encrypt-then-MAC extension in s_client/s_serverDmitry Belyavskiy1-3/+6
2021-06-15s_server: make -rev option easier to find (mention echo)Hubert Kario1-1/+1
2021-06-15Remove "-immedate_renegotiation" optionRich Salz3-12/+1
2021-06-15apps: move global libctx and property query into their own filePauli4-42/+53
2021-06-15speed: make sure to free any allocated EVP_MAC structuresPauli1-12/+16
2021-06-15pkcs12: use the app's libctx and property query when searching for algorithmsPauli1-1/+2
2021-06-15speed: use the app's libctx and property query when searching for algorithmsPauli1-5/+10
2021-06-15list: use the app's libctx and property query when searching for algorithmsPauli1-16/+22
2021-06-15kdf: use the app's libctx and property query when searching for algorithmsPauli1-1/+2
2021-06-15fipsinstall: use the app's libctx and property query when searching for algor...Pauli1-1/+1
2021-06-15add libctx and property query to fetch functionsPauli3-6/+20
2021-06-15spkac: allow digests other than MD5 to be used for signingPauli1-2/+12
2021-06-13APPS: Remove an unreachable statement in s_client.cRichard Levitte1-1/+0
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten5-23/+55
2021-06-11apps/lib/s_socket.c: Alias getpid with _getpid for _WIN32Richard Levitte1-0/+9
2021-06-10Fix s_server app to not report an error when using a non DH certificate.Shane Lontis3-23/+66
2021-06-10APPS: Restore the possibility to combine -pubout with -textRichard Levitte1-3/+7
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte1-1/+1
2021-06-0980-test_cmp_http.t: Improve the way the test server is launched and killedDr. David von Oheimb3-16/+17
2021-06-05Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell1-1/+1
2021-06-04req: detect a bad choice of digest earlyPauli1-1/+10
2021-06-04req: fix default bits handling for -newkeyTomas Mraz1-1/+6
2021-06-03openssl spkac: Fix reading SPKAC data from stdinTomas Mraz1-6/+10