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-08-31
sync x509v3_add_value with x509_utl.c
Theo Buehler
2024-08-30
Add and use local copy of X509V3_add_value()
Theo Buehler
2024-08-30
zap line missed in previous removal; ok tb
Jason McIntyre
2024-08-29
Adjust documentation for check/pubcheck removal
Theo Buehler
2024-08-29
Remove check and pubcheck from openssl pkey and pkeyparam
Theo Buehler
2024-08-29
ocsp.c: zap trailing whitespace
Theo Buehler
2024-08-26
ts.c: typo flaf -> flag
Theo Buehler
2024-08-22
openssl: adjust manual for LMK and CSP removal
Theo Buehler
2024-08-22
openssl pkcs12: remove support for LMK and CSP attributes
Theo Buehler
2024-08-18
Use OPENSSL_config() instead of OPENSSL_load_builtin_modules()
Theo Buehler
2024-08-12
Add -CRLfile option to 'cms' sub command
Job Snijders
2024-07-13
Move the sigaction next to multi
Theo Buehler
2024-07-12
use sigaction() to setup SIGARLM so we can set SA_RESTART, and
Theo de Raadt
2024-07-09
do not need to force bss values to 0
Theo de Raadt
2024-07-09
KNF a pile of else if blocks; ok tb
Theo de Raadt
2024-07-08
Adjust manpage for SPKAC removal
Theo Buehler
2024-07-08
Remove spkac subcommand
Theo Buehler
2024-07-08
Remove spkac handling from openssl(1) ca
Theo Buehler
2024-07-01
signal handler must use the save_errno dance, and massage a variable
Theo de Raadt
2024-06-23
openssl ca: avoid double free for spkac files without default section
Theo Buehler
2024-05-27
openssl x509: rename pub_key to dsa_pub_key
Theo Buehler
2024-05-27
openssl: enable -Wshadow for clang
Theo Buehler
2024-05-27
openssl: avoid shadowed pkeys in x509.c
Theo Buehler
2024-05-21
remove prototypes with no matching function and externs with no var
Jonathan Gray
2024-05-18
remove extern with no matching var; ok tb@
Jonathan Gray
2024-05-18
remove prototypes with no matching function; ok tb@
Jonathan Gray
2024-05-07
openssl: toolkit implementing the TLS v1 protocol is weird
Theo Buehler
2024-04-17
openssl req: plug obvious leak
Theo Buehler
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
[next]