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
2019-10-04
Avoid a path traversal bug in s_server on Windows.
Brent Cook
2019-10-04
the formatting for the mini synopses in this page did not render well
Jason McIntyre
2019-08-30
Remove unnecessary NULL check before free function in openssl(1) dgst
Kinichiro Inoguchi
2019-08-30
Wrap lines over 80 cols and put space before goto label in openssl(1) dgst
Kinichiro Inoguchi
2019-08-30
Simplify checking and more readable descriptions in openssl(1) dgst
Kinichiro Inoguchi
2019-08-30
Convert openssl(1) dgst to the newer style of option handling
Kinichiro Inoguchi
2019-08-05
Remove -port option from s_server since it is same as -accept
Kinichiro Inoguchi
2019-07-29
Moving variables into struct in openssl(1) dgst
Kinichiro Inoguchi
2019-07-26
Code clean up openssl(1) pkcs12
Kinichiro Inoguchi
2019-07-26
Remove unnecessary NULL checks before free in openssl(1) pkcs12
Kinichiro Inoguchi
2019-07-25
remove superfluous comment
Brent Cook
2019-07-25
zero tmpkeyiv buffer after use when encrypting
Brent Cook
2019-07-24
Capitalize cipher name and mode in help message as sync with pkcs12
Kinichiro Inoguchi
2019-07-24
Convert openssl(1) pkcs12 to the newer style of option handling
Kinichiro Inoguchi
2019-07-23
Moving variables into struct in openssl(1) pkcs12
Kinichiro Inoguchi
2019-07-16
Fix long line by wrapping with 80 chars
Kinichiro Inoguchi
2019-07-16
Move option handlers up to option definition struct in gendsa.c
Kinichiro Inoguchi
2019-07-16
Fix typo and -keyform argument in openssl(1) manual
Kinichiro Inoguchi
2019-07-14
Mark the initialized struct options arrays as both static and const.
Philip Guenther
2019-07-12
Fix manual openssl(1) s_server
Kinichiro Inoguchi
2019-07-11
Fix manual openssl(1) s_client
Kinichiro Inoguchi
2019-07-10
Add missing option openssl dsa -modulus
Kinichiro Inoguchi
2019-07-09
Fix manual openssl(1) genrsa
Kinichiro Inoguchi
2019-07-09
Convert openssl(1) genrsa to the newer style of option handling
Kinichiro Inoguchi
2019-07-08
Fix manual openssl(1) dsa, ocsp, rsa and smime
Kinichiro Inoguchi
2019-07-07
Fix manual openssl(1) pkcs12, req, verify and x509
Kinichiro Inoguchi
2019-07-05
Fix manual openssl(1) ec, enc and pkcs7
Kinichiro Inoguchi
2019-07-05
Fix manual openssl(1) dgst
Kinichiro Inoguchi
2019-07-04
Fix manual openssl(1) crl
Kinichiro Inoguchi
2019-07-04
Fix manual openssl(1) ca
Kinichiro Inoguchi
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-19
Move variables into struct in openssl(1) genrsa
Kinichiro Inoguchi
2019-06-07
tidy up the formatting of gendsa synopsis a little;
Jason McIntyre
2019-06-07
Convert openssl(1) gendsa to the newer style of option handling
Kinichiro Inoguchi
2019-04-01
Sort.
Joel Sing
2019-04-01
Make the openssl(1) enc -iter flag actually work.
Joel Sing
2019-03-17
Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.
Theo Buehler
2019-02-17
Convert openssl(1) pkeyutl to the newer style of option handling.
Kinichiro Inoguchi
2019-02-09
Fix weird wrap showing cipher list in interactive mode
Kinichiro Inoguchi
2019-02-09
Summarize the 4 same name functions and move it to apps.c
Kinichiro Inoguchi
2019-02-05
Add islower check to show_ciphers in pkey.c and rsa.c.
Kinichiro Inoguchi
2019-02-05
Convert openssl(1) pkey to the newer style of option handling.
Kinichiro Inoguchi
2019-02-04
Document missing command line options for the rsautl command.
Theo Buehler
2019-02-03
zap spaces before tabs
Theo Buehler
2019-02-03
Convert openssl(1) rsautl to the newer style of option handling.
Joel Sing
2019-01-29
Remove SSLv23 padding mode from rsautl's usage (left behind in a removal
Theo Buehler
2019-01-28
spelling;
Jason McIntyre
2019-01-20
Fix BN_is_prime_* calls in openssl(1), the API returns -1 on error.
Theo Buehler
2019-01-19
change the default digest used by
Jonathan Gray
[next]