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-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
2019-01-18
switch the default algorithm for the dgst command from MD5 to SHA256
Christian Weisgerber
2019-01-18
Add -iter and -pbkdf2 to the usage synopsis.
Christian Weisgerber
2019-01-18
tweak previous;
Jason McIntyre
2019-01-18
Add the -iter and -pbkdf2 argumenst to enc
Bob Beck
2019-01-18
Change the default digest type to sha256, and add support for
Bob Beck
2018-12-09
Keep usage in sync with logic if OPENSSL_NO_DES is set.
Tobias Stoeckmann
2018-11-14
didn't found -> didn't find.
Theo Buehler
2018-11-11
Add sm3 to the 'openssl dgst' command.
Theo Buehler
2018-11-11
Add automatic threading initialization for libcrypto.
Brent Cook
2018-11-06
Unbreak following elliptic curves to supported groups rename.
Joel Sing
2018-11-01
Make the documentation of -conv_form match reality. It defaults
Theo Buehler
2018-09-17
Move tally mark printing out of the main benchmark loop; ok tb@
cheloha
2018-08-28
Drop SSLv2, SSLv3 support.
cheloha
2018-08-28
Check for SSL_write(3) error.
cheloha
2018-08-24
update usage for pkcs8;
Jason McIntyre
2018-08-24
The broken pkcs8 formats generated by openssl pkcs -{embed,nooct,nsdb}
Theo Buehler
2018-08-24
Stop handling broken PKCS#8 formats in openssl(1).
Theo Buehler
2018-08-22
Use a monotonic clock for the benchmark timeout.
cheloha
2018-08-21
Merge duplicate benchmark() GET/SSL_shutdown blocks into doConnection().
cheloha
2018-08-19
Don't leak a strdup()'ed string on error in do_accept().
Theo Buehler
2018-08-18
Plug SSL object leaks in doConnection().
cheloha
2018-08-16
Revert previous, which was wrong as noted by schwarze. Also revert a hunk
Theo Buehler
2018-08-16
Remove unused variable.
rob
2018-08-14
Don't fail by default in the -new case; ok tb jca
cheloha
2018-08-11
Refactor the nearly identical benchmark loops into a single loop.
cheloha
2018-07-13
openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GET
cheloha
2018-04-25
The cookie in the cookie verify callback needs to be const.
Theo Buehler
2018-04-10
Delete the description of the argument of the "ciphers" command
Ingo Schwarze
2018-03-31
Improve description of openssl(1) ciphers.
Ingo Schwarze
2018-03-30
Updates to the description of "openssl ca" from OpenSSL.
Ingo Schwarze
2018-03-30
checked the content against the current version of OpenSSL openssl.pod;
Ingo Schwarze
2018-03-22
organizationUnitName -> organizationalUnitName;
Jason McIntyre
2018-02-28
ca start/enddates require all 4 yyyy from 2050 on; first two
Jason McIntyre
2018-02-18
document s_client -groups;
Jason McIntyre
2018-02-11
typo in output string; from edgar pettijohn
Jason McIntyre
[next]