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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.12   12 months  tb   Remove the nseq command
[TXT] apps.c  1.67   5 months  tb   Make a few purpose things const This should allow us to constify a sizable tabl...
[TXT] apps.h  1.34   10 months  jsg   remove unused args_st struct ok tb@
[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.16   9 months  tb   sprinkle some void between () in function definitions
[TXT] ca.c  1.58   3 months  tb   Zap a useless comment followed by a stray semicolon Noticed by Christian Anders...
[TXT] certhash.c  1.21   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] ciphers.c  1.18   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] cms.c  1.35   5 months  tb   Make a few purpose things const This should allow us to constify a sizable tabl...
[TXT] crl.c  1.17   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] crl2p7.c  1.11   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] dgst.c  1.21   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] dh.c  1.15   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] dhparam.c  1.18   9 months  tb   sprinkle some void between () in function definitions
[TXT] dsa.c  1.18   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] dsaparam.c  1.15   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] ec.c  1.16   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] ecparam.c  1.23   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] enc.c  1.31   9 months  tb   Drop unused conf, pem, and x509 headers, add unistd for pledge
[TXT] errstr.c  1.11   9 months  tb   Remove -stats option from openssl(1) errstr. This is the only consumer of ERR_g...
[TXT] gendh.c  1.14   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] gendsa.c  1.17   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] genpkey.c  1.17   9 months  tb   sprinkle some void between () in function definitions
[TXT] genrsa.c  1.22   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] ocsp.c  1.23   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] openssl.1  1.155   3 months  job   Add 'openssl x509 -new' functionality to the libcrypto CLI utility The ability ...
[TXT] openssl.c  1.36   3 months  beck   Remove GOST and STREEBOG support from libssl. This version of GOST is old and n...
[TXT] passwd.c  1.14   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] pkcs12.c  1.27   2 months  tb   Expand only ever user of PBEPARAM_free() outside of libcrypto
[TXT] pkcs7.c  1.15   9 months  tb   sprinkle some void between () in function definitions
[TXT] pkcs8.c  1.17   9 months  tb   sprinkle some void between () in function definitions
[TXT] pkey.c  1.20   9 months  tb   sprinkle some void between () in function definitions
[TXT] pkeyparam.c  1.18   9 months  tb   sprinkle some void between () in function definitions
[TXT] pkeyutl.c  1.20   9 months  tb   sprinkle some void between () in function definitions
[TXT] prime.c  1.18   9 months  tb   sprinkle some void between () in function definitions
[TXT] progs.h  1.9   4 years  jsing   Hook openssl(1) cms back up.
[TXT] rand.c  1.18   9 months  tb   sprinkle some void between () in function definitions
[TXT] req.c  1.29   2 weeks  tb   openssl req: plug obvious leak CID 492603
[TXT] rsa.c  1.19   9 months  tb   sprinkle some void between () in function definitions
[TXT] rsautl.c  1.24   9 months  tb   sprinkle some void between () in function definitions
[TXT] s_apps.h  1.7   2 years  tb   Clean up a bunch of dead code in s_server.c and s_socket.c jsg's analysis tool ...
[TXT] s_cb.c  1.21   12 months  tb   Drop policy printing from openssl Nothing really uses the policy tree. It's des...
[TXT] s_client.c  1.64   4 months  tb   Garbage collect the last users of SSL_set_debug(3) This undocumented, incomplet...
[TXT] s_server.c  1.59   4 months  tb   Garbage collect the last users of SSL_set_debug(3) This undocumented, incomplet...
[TXT] s_socket.c  1.13   2 years  tb   Clean up a bunch of dead code in s_server.c and s_socket.c jsg's analysis tool ...
[TXT] s_time.c  1.38   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] sess_id.c  1.12   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] smime.c  1.20   12 months  tb   Drop policy printing from openssl Nothing really uses the policy tree. It's des...
[TXT] speed.c  1.34   9 months  tb   Remove antiquated options output This is uninteresting and rather meaningless e...
[TXT] spkac.c  1.13   14 months  tb   Rename struct ${app}_config to plain cfg All the structs are static and we need...
[TXT] testdsa.h  1.5   2 years  tb   Unbreak tree. Sorry about that.
[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.28   6 weeks  tb   Clean up create_digest() The ts code is its own kind of special. I only sent th...
[TXT] verify.c  1.18   5 months  tb   Make a few purpose things const This should allow us to constify a sizable tabl...
[TXT] version.c  1.12   9 months  tb   Remove antiquated options output This is uninteresting and rather meaningless e...
[TXT] x509.c  1.37   3 months  job   Add 'openssl x509 -new' functionality to the libcrypto CLI utility The ability ...
[TXT] engine.c (in the Attic) [Hide]  1.6   8 years  bcook   Remove engine command and parameters from openssl(1). We do not have any builti...
[TXT] nseq.c (in the Attic) [Hide]  1.12   12 months  tb   Remove the nseq command