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_7_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.11   4 years  jsing   Hook openssl(1) cms back up.
[TXT] apps.c  1.62   2 years  tb   Implement openssl pkey -{,pub}check and pkeyparam -check These expose EVP_PKEY_...
[TXT] apps.h  1.31   2 years  tb   Implement openssl pkey -{,pub}check and pkeyparam -check These expose EVP_PKEY_...
[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.11   2 years  tb   zap some stray whitespace
[TXT] ca.c  1.53   2 years  tb   Use X509_*get0_pubkey() wherever possible to simplify and clean up the code. Als...
[TXT] certhash.c  1.19   2 years  tb   Add a length check before NUL-terminating target. From Jonas Termansen. ok jsi...
[TXT] ciphers.c  1.10   4 years  guenther   Mark the initialized struct options arrays as both static and const. This moves ...
[TXT] cms.c  1.30   2 years  tb   openssl cms: avoid NULL derefs on option parsing Two missing initializations in...
[TXT] crl.c  1.15   2 years  tb   Various minor adjustments to make openssl(1) compile with opaque structs in X509...
[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.19   2 years  tb   openssl(1) dgst: fix build after clones removal ok inoguchi jsing
[TXT] dh.c  1.13   2 years  tb   Convert openssl(1) dh.c to opaque DH ok inoguchi jsing
[TXT] dhparam.c  1.14   2 years  tb   Convert openssl(1) dhparam to opaque DH ok inoguchi jsing
[TXT] dsa.c  1.16   2 years  tb   Convert openssl(1) dsa.c to opaque DSA ok inoguchi jsing
[TXT] dsaparam.c  1.13   2 years  tb   Convert openssl(1) dsaparam to opaque dsa ok inoguchi jsing
[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.21   3 years  tb   Replace unnecessary calls to EC_GROUP_get_curve_GF{p,2m}() with EC_GROUP_get_cur...
[TXT] enc.c  1.24   2 years  tb   Simple conversion to opaque EVP_CIPHER.
[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.12   2 years  tb   Convert openssl(1) to using BN_GENCB on the heap This is three times the same t...
[TXT] gendsa.c  1.15   2 years  tb   Convert openssl(1) gendsa.c to opaque DSA ok inoguchi jsing
[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.19   2 years  tb   openssl(1) genrsa: simplify access to rsa->e ok inoguchi jsing
[TXT] ocsp.c  1.21   3 years  tb   Make sure an OCSP query sends a host header While OCSP uses HTTP/1.0 where a ho...
[TXT] openssl.1  1.137   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] openssl.c  1.30   4 years  jsing   Hook openssl(1) cms back up.
[TXT] passwd.c  1.12   2 years  tb   Convert passwd.c to opaque EVP_MD_CTX and add a bit of error checking. tweak/ok...
[TXT] pkcs12.c  1.18   2 years  inoguchi   Change internal functions to static in openssl(1) pkcs12 ok tb@
[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.17   2 years  tb   Enable openssl pkey -{,pub}check and pkeyparam -check
[TXT] pkeyparam.c  1.14   2 years  tb   Enable openssl pkey -{,pub}check and pkeyparam -check
[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.9   4 years  jsing   Hook openssl(1) cms back up.
[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.23   2 years  tb   Use X509_*get0_pubkey() wherever possible to simplify and clean up the code. Als...
[TXT] rsa.c  1.16   2 years  tb   Convert openssl(1) rsa.c for opaque RSA ok inoguchi jsing
[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.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.18   2 years  tb   Unindent and unwrap lines. Pull up a NULL check. No functional change.
[TXT] s_client.c  1.58   2 years  tb   Use X509_*get0_pubkey() wherever possible to simplify and clean up the code. Als...
[TXT] s_server.c  1.54   2 years  tb   Clean up a bunch of dead code in s_server.c and s_socket.c jsg's analysis tool ...
[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.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.17   2 years  inoguchi   Avoid memory leak in error path with openssl(1) smime CID 345316 ok tb@
[TXT] speed.c  1.28   2 years  tb   Convert openssl(1) speed for opaque EVP_AEAD_CTX ok inoguchi jsing
[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.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.23   2 years  inoguchi   Check EVP_Digest* functions return value in openssl(1) ts Move up md_ctx and ad...
[TXT] verify.c  1.14   3 years  jsing   Only print the certificate file once on verifification failure. Noted by Steffe...
[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.29   2 years  tb   A few more simplifications using get0_pubkey instead of get_pubkey + free.
[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 ...