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
2022-12-26
spelling fix; from paul tagliamonte
Jason McIntyre
2022-12-22
Denote multiple arguments with 'arg ...' not 'args'
Klemens Nanni
2022-11-11
Clean up openssl(1) command execution.
joshua
2022-11-11
Remove the legacy interactive mode from openssl(1).
joshua
2022-10-04
fix an obvious thinko without serious consequences in the display of e
Marc Espie
2022-09-14
remove an extraneous empty line
Theo Buehler
2022-09-11
Adjust for opaque structs in ts.h
Theo Buehler
2022-09-11
Adjust for opaque structs in pkcs12.h
Theo Buehler
2022-08-31
Avoid division by zero if no connection was made.
Theo Buehler
2022-08-31
Check return values in ssl_print_tmp_key()
Theo Buehler
2022-08-30
Check HMAC() return value to avoid a later use of uninitialized
Theo Buehler
2022-08-03
Add workarounds for some symbols that are hidden under !LIBRESSL_INTERNAL
Theo Buehler
2022-07-19
fix indent
Theo Buehler
2022-07-19
Document -tls1_{1,2,3} in openssl ciphers
Theo Buehler
2022-07-19
Allow displaying ciphers according to protocol version
Theo Buehler
2022-07-14
Suppress output of the deprecated -tls1 option in usage() and help
Theo Buehler
2022-07-14
Switch to using TLS_client_method()
Theo Buehler
2022-07-14
Document openssl ciphers -s
Theo Buehler
2022-07-14
Add -s option to openssl ciphers
Theo Buehler
2022-04-28
Fix comparison in openssl(1) pkcs12
Kinichiro Inoguchi
2022-04-28
Compare pointer value with NULL in openssl(1) pkcs12
Kinichiro Inoguchi
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-03-28
Change internal functions to static in openssl(1) pkcs12
Kinichiro Inoguchi
2022-03-28
Remove unused function cert_load in openssl(1) pkcs12
Kinichiro Inoguchi
2022-03-27
Check EVP_Digest* functions return value in openssl(1) ts
Kinichiro Inoguchi
2022-03-24
Check function return value
Kinichiro Inoguchi
2022-03-24
Compare pointer value with NULL
Kinichiro Inoguchi
2022-03-24
Wrap long lines
Kinichiro Inoguchi
2022-03-24
Remove space between asterisk and variable name
Kinichiro Inoguchi
2022-03-24
Convert openssl(1) ts option handling
Kinichiro Inoguchi
2022-03-23
openssl cms: avoid NULL derefs on option parsing
Theo Buehler
2022-02-18
prefer https links in man pages
Jonathan Gray
2022-02-03
Unindent and unwrap lines. Pull up a NULL check. No functional change.
Theo Buehler
2022-02-03
Remove commented variable declarations
Theo Buehler
2022-02-03
Use X509_*get0_pubkey() wherever possible to simplify and clean up
Theo Buehler
2022-02-03
Remove some stale comments.
Theo Buehler
2022-01-16
Avoid memory leak in error path with openssl(1) smime
Kinichiro Inoguchi
2022-01-16
Avoid memory leak in error path with openssl(1) cms
Kinichiro Inoguchi
2022-01-14
Enable openssl pkey -{,pub}check and pkeyparam -check
Theo Buehler
2022-01-14
openssl(1) dgst: fix build after clones removal
Theo Buehler
2022-01-14
Convert openssl(1) speed for opaque EVP_AEAD_CTX
Theo Buehler
2022-01-14
Convert openssl(1) rsa.c for opaque RSA
Theo Buehler
2022-01-14
openssl(1) genrsa: simplify access to rsa->e
Theo Buehler
2022-01-14
Convert openssl(1) gendsa.c to opaque DSA
Theo Buehler
2022-01-14
Convert openssl(1) dsaparam to opaque dsa
Theo Buehler
2022-01-14
Convert openssl(1) dsa.c to opaque DSA
Theo Buehler
2022-01-14
Convert openssl(1) dhparam to opaque DH
Theo Buehler
2022-01-14
Convert openssl(1) dh.c to opaque DH
Theo Buehler
2022-01-12
zap some stray whitespace
Theo Buehler
2022-01-11
Wrap long lines
Kinichiro Inoguchi
[next]