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_4


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.49   5 years  tb   Revert previous, which was wrong as noted by schwarze. Also revert a hunk from r...
[TXT] apps.h  1.21   5 years  cheloha   openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GET Much more apt than ...
[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.9   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] ca.c  1.26   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] certhash.c  1.16   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] ciphers.c  1.9   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] crl.c  1.11   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] crl2p7.c  1.8   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] dgst.c  1.12   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] dh.c  1.11   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] dhparam.c  1.11   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] dsa.c  1.11   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] dsaparam.c  1.10   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] ec.c  1.11   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] ecparam.c  1.17   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] enc.c  1.14   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] errstr.c  1.6   8 years  doug   Exit if a pledge call fails in non-interactive mode. ok semarie@
[TXT] gendh.c  1.10   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] gendsa.c  1.10   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] genpkey.c  1.12   6 years  jsing   Convert option handling for openssl(1) genpkey. ok beck@ inoguchi@
[TXT] genrsa.c  1.11   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] ocsp.c  1.15   6 years  jsing   Nuke some more free NULL guards.
[TXT] openssl.1  1.94   5 years  tb   The broken pkcs8 formats generated by openssl pkcs -{embed,nooct,nsdb} are no lo...
[TXT] openssl.c  1.26   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] passwd.c  1.9   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] pkcs12.c  1.10   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] pkcs7.c  1.10   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] pkcs8.c  1.13   5 years  jmc   update usage for pkcs8; ok tb
[TXT] pkey.c  1.10   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] pkeyparam.c  1.11   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] pkeyutl.c  1.14   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] prime.c  1.11   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] progs.h  1.8   7 years  deraadt   remove a cms leftover
[TXT] rand.c  1.13   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] req.c  1.15   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] rsa.c  1.10   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] rsautl.c  1.13   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[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.10   6 years  tb   The cookie in the cookie verify callback needs to be const. ok jsing (as part o...
[TXT] s_client.c  1.36   6 years  jmc   typo in output string; from edgar pettijohn
[TXT] s_server.c  1.30   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] s_socket.c  1.10   5 years  tb   Don't leak a strdup()'ed string on error in do_accept(). CID #154702. input & o...
[TXT] s_time.c  1.32   5 years  cheloha   Move tally mark printing out of the main benchmark loop; ok tb@
[TXT] sess_id.c  1.9   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[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.10   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[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.8   8 years  doug   Exit if a pledge call fails in non-interactive mode. ok semarie@
[TXT] x509.c  1.16   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.
[TXT] nseq.c (in the Attic) [Hide]  1.8   6 years  jsing   Indent labels with a single space so that diff prototypes are more useful.