OpenBSD CVS

src/usr.bin/openssl/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / openssl

Current tag: OPENBSD_6_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.10   6 years  doug   Switch to -Werror with clang for libressl. Discussed with beck@ and jsing@ ok b...
[TXT] apps.c  1.54   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] apps.h  1.23   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] apps_posix.c  1.5   5 years  cheloha   openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GET Much more apt than ...
[TXT] asn1pars.c  1.10   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] ca.c  1.27   4 years  deraadt   snprintf/vsnprintf return < 0 on error, rather than -1.
[TXT] certhash.c  1.17   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] ciphers.c  1.10   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] crl.c  1.13   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] crl2p7.c  1.9   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] dgst.c  1.18   4 years  inoguchi   Remove unnecessary NULL check before free function in openssl(1) dgst
[TXT] dh.c  1.12   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] dhparam.c  1.12   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] dsa.c  1.15   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] dsaparam.c  1.11   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] ec.c  1.14   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] ecparam.c  1.18   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] enc.c  1.23   4 years  bcook   remove superfluous comment
[TXT] errstr.c  1.7   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] gendh.c  1.11   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] gendsa.c  1.14   4 years  inoguchi   Capitalize cipher name and mode in help message as sync with pkcs12
[TXT] genpkey.c  1.13   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] genrsa.c  1.17   4 years  inoguchi   Capitalize cipher name and mode in help message as sync with pkcs12
[TXT] ocsp.c  1.15   6 years  jsing   Nuke some more free NULL guards.
[TXT] openssl.1  1.114   4 years  jmc   the formatting for the mini synopses in this page did not render well on html or...
[TXT] openssl.c  1.29   5 years  tb   Add the SM4 block cipher from the Chinese standard GB/T 32907-2016. Patch from ...
[TXT] passwd.c  1.10   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] pkcs12.c  1.14   4 years  inoguchi   Code clean up openssl(1) pkcs12 - Add a space before 'export_end:' - Remove spa...
[TXT] pkcs7.c  1.11   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] pkcs8.c  1.14   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] pkey.c  1.15   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] pkeyparam.c  1.12   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] pkeyutl.c  1.16   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] prime.c  1.13   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] progs.h  1.8   7 years  deraadt   remove a cms leftover
[TXT] rand.c  1.14   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] req.c  1.16   4 years  deraadt   snprintf/vsnprintf return < 0 on error, rather than -1.
[TXT] rsa.c  1.14   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] rsautl.c  1.18   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] s_apps.h  1.5   6 years  tb   The cookie in the cookie verify callback needs to be const. ok jsing (as part o...
[TXT] s_cb.c  1.11   5 years  jsing   Unbreak following elliptic curves to supported groups rename. Reported by Kathe...
[TXT] s_client.c  1.38   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] s_server.c  1.32   4 years  bcook   Avoid a path traversal bug in s_server on Windows. openssl s_server has an arbi...
[TXT] s_socket.c  1.11   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] s_time.c  1.34   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] sess_id.c  1.10   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] smime.c  1.10   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] speed.c  1.23   5 years  cheloha   openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GET Much more apt than ...
[TXT] spkac.c  1.11   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] testdsa.h  1.1   9 years  jsing   Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not a sy...
[TXT] testrsa.h  1.1   9 years  jsing   Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not a sy...
[TXT] timeouts.h  1.1   9 years  jsing   Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not a sy...
[TXT] ts.c  1.15   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] verify.c  1.7   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] version.c  1.9   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] x509.c  1.17   5 years  jsg   change the default digest used by openssl x509 -fingerprint openssl crl -fingerp...
[TXT] nseq.c (in the Attic) [Hide]  1.9   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...