index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
openssl
Age
Commit message (
Expand
)
Author
2024-03-25
Clean up create_digest()
Theo Buehler
2024-02-28
Expand only ever user of PBEPARAM_free() outside of libcrypto
Theo Buehler
2024-02-04
Zap a useless comment followed by a stray semicolon
Theo Buehler
2024-02-03
Remove GOST and STREEBOG support from libssl.
Bob Beck
2024-01-26
Add 'openssl x509 -new' functionality to the libcrypto CLI utility
Job Snijders
2024-01-12
Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 app
Job Snijders
2023-12-29
Garbage collect the last users of SSL_set_debug(3)
Theo Buehler
2023-12-29
s_client: pause hasn't worked in ages. Just ignore it
Theo Buehler
2023-11-21
Make a few purpose things const
Theo Buehler
2023-11-19
openssl pkcs12: rewrite without reaching into X509_ALGOR
Theo Buehler
2023-11-19
openssl ts: convert to X509_ALGOR_set0()
Theo Buehler
2023-11-13
Kill last user of ASN1_time_parse() in the tree
Theo Buehler
2023-11-13
Check notBefore/notAfter validity with ASN1_TIME_to_tm(3)
Theo Buehler
2023-07-29
Drop unused conf, pem, and x509 headers, add unistd for pledge
Theo Buehler
2023-07-27
Remove antiquated options output
Theo Buehler
2023-07-23
sprinkle some void between () in function definitions
Theo Buehler
2023-07-23
Remove -stats option from openssl(1) errstr.
Theo Buehler
2023-07-03
some minor fix up;
Jason McIntyre
2023-07-03
Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitons
Bob Beck
2023-07-03
Remove the tls1.0 and 1.1 related options from the openssl(1) toolkit
Bob Beck
2023-07-02
Teach openssl ca about Ed25519 certificates
Theo Buehler
2023-07-02
Teach openssl req about EdDSA certs
Theo Buehler
2023-06-11
remove unused args_st struct
Jonathan Gray
2023-06-11
remove chopup_args() unused since apps.c rev 1.31
Jonathan Gray
2023-06-11
openssl enc: drop a few parens and unwrap a few lines
Theo Buehler
2023-06-11
openssl enc: small style fixup after ZLIB unifdef
Theo Buehler
2023-06-11
Unifdef ZLIB
Theo Buehler
2023-06-08
From the description of "openssl verify", delete the duplicate and
Ingo Schwarze
2023-06-07
Refer to the field "thisUpdate" instead of the non-existent "lastUpdate".
Ingo Schwarze
2023-05-20
Remove a space that I thought I had already deleted.
Theo Buehler
2023-05-20
openssl speed: add an '-unaligned n' option
Theo Buehler
2023-05-20
openssl speed: minor style nits
Theo Buehler
2023-05-20
openssl speed: remove binary curve remnants
Theo Buehler
2023-05-05
Reinstate X9.31 padding mode support in rsautl
Theo Buehler
2023-04-25
Remove the nseq command
Theo Buehler
2023-04-22
Document the change in default to comma plus space but leave out the
Theo Buehler
2023-04-22
Fix UTF-8 issuer printing
Theo Buehler
2023-04-14
Drop policy printing from openssl
Theo Buehler
2023-04-14
Fix double free in error path in openssl(1) x509
Theo Buehler
2023-04-09
Remove X9.31 support from openssl(1)
Theo Buehler
2023-04-09
Minor code cleanup
Theo Buehler
2023-03-10
openssl(1) asn1parse: avoid crash with ASN.1 BOOLEANS
Theo Buehler
2023-03-07
Basic cleanup in asn1pars.c
Theo Buehler
2023-03-06
Rename struct ${app}_config to plain cfg
Theo Buehler
2023-03-05
openssl: make all config structs static
Theo Buehler
2023-03-05
openssl/cms: zap some trailing whitespace
Theo Buehler
2023-03-04
openssl enc doesn't really support AEAD ciphers and XTS mode
Theo Buehler
2023-03-04
openssl/req: garbage collect a pointless EVP_MD_CTX_init()
Theo Buehler
2023-02-23
openssl speed: avoid bad plural
Theo Buehler
2023-02-08
openssl(1) pkcs7 avoid crash on malformed files
Theo Buehler
[next]