summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* speed: make hmac(sha256) the default hmackenjiro12 days1-4/+4
* Remove unused algorithms from speed.ckenjiro14 days1-7/+4
* Convert D_, R_ macro indices to enums in speed.ckenjiro14 days1-49/+59
* speed: remove unused counters and dead parameterskenjiro14 days1-92/+77
* openssl cms: switch to ASN1_STRING_get0_data()tb2025-11-271-3/+3
* openssl pkcs12: stop reaching into ASN1_STRINGtb2025-11-271-18/+17
* openssl ca: mechanical change to stop reaching into ASN1_STRINGtb2025-11-271-21/+26
* openssl asn1pars: don't reach into ASN1_STRINGtb2025-11-271-4/+4
* openssl ts: simplify create_nonce()tb2025-11-211-17/+7
* openssl certhash: add digest param to certhash_directoryjoshua2025-07-271-13/+9
* KNF for variations of get_cipher_by_name()tb2025-06-073-6/+9
* openssl.1: update defaults for cms and smimetb2025-06-071-4/+4
* openssl smime: switch default encryption from 40-bit RC2 to AES-256tb2025-06-071-11/+5
* openssl cms: switch default encryption from triple DES to AES-256tb2025-06-071-11/+5
* openssl speed: clean up time_fjoshua2025-05-251-79/+76
* openssl speed: remove whirlpooljoshua2025-05-252-41/+12
* openssl pkcs8: zap an outdated lietb2025-05-241-4/+1
* openssl speed: remove MAX_BLOCK_SIZE definejoshua2025-05-241-8/+2
* openssl speed: move key{16,24,32} above speed_mainjoshua2025-05-241-33/+25
* Update and improve documentation for pkcs8 -v2tb2025-05-241-12/+8
* Switch default to PBES2 for openssl pkcs8 -topk8tb2025-05-241-3/+3
* openssl speed: use single md buffer for digestsjoshua2025-05-241-31/+10
* cms: disallow AEAD ciphers and AES XTStb2025-05-101-3/+21
* openssl ocsp: switch from X509V3error() to perror()tb2025-05-091-6/+6
* Fix x509's -nameopt default and spell an option correctlykn2025-04-191-4/+4
* Update openssl.1 for msie_hack removaltb2025-04-141-21/+4
* Remove openssl ca -msie_hacktb2025-04-141-31/+2
* save_index: fix some code quality issuestb2025-03-181-13/+16
* apps.c: don't leak out in error pathtb2025-03-171-1/+2
* openssl ca: use BN_bn2hex() rather than reimplementing ittb2025-02-251-28/+18
* openssl x509: zap extra whitespace in usagetb2025-01-191-2/+2
* Remove -C option from "apps"tb2025-01-196-436/+12
* ecparam: remove GF2m remnanttb2025-01-191-14/+4
* termianted -> terminatedtb2025-01-031-2/+2
* Remove some gloriously outdated commentstb2025-01-021-5/+1
* Merge testdsa.h and tesrsa.h into speed.ctb2025-01-023-781/+712
* Remove some pointless header guards. The headers are in scope.tb2025-01-021-7/+1
* Merge s_apps.h into apps.htb2025-01-028-169/+47
* openssl(1) doesn't need 5 .h files: merge timeouts.h into apps.htb2025-01-024-72/+7
* openssl(1) doesn't need 6 .h files: fold progs.h into apps.htb2025-01-028-59/+52
* Plug a bunch of leaks in the PKCS 12 codetb2024-12-261-8/+24
* Error check sk_push() in crl2p7tb2024-12-261-23/+21
* ciphers: remove tls1 and tls1_1 leftoverstb2024-12-111-16/+2
* Fix up authority and subject key identifiers in force pubkey modetb2024-12-041-8/+133
* openssl speed: stop trying to use small curvestb2024-11-301-25/+11
* sync x509v3_add_value with x509_utl.ctb2024-08-311-19/+32
* Add and use local copy of X509V3_add_value()tb2024-08-301-2/+41
* zap line missed in previous removal; ok tbjmc2024-08-301-3/+2
* Adjust documentation for check/pubcheck removaltb2024-08-291-11/+2
* Remove check and pubcheck from openssl pkey and pkeyparamtb2024-08-294-73/+7