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_5_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   9 years  jsing   Introduce an openssl(1) certhash command. This is effectively a reimplementatio...
[TXT] apps.c  1.33   8 years  bcook   remove superfluous strings.h
[TXT] apps.h  1.14   8 years  jsing   Add OPTION_ARG_LONG for handling of options with a long type. ok doug@
[TXT] apps_posix.c  1.1   9 years  bcook   Move Windows OS-specific functions to make porting easier. Several functions th...
[TXT] asn1pars.c  1.3   9 years  doug   Convert asn1pars.c to the new option handling. Also, removed a few useless if n...
[TXT] ca.c  1.8   8 years  jsing   Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integer when it ...
[TXT] certhash.c  1.9   8 years  beck   Fix coverity 105339, by correctly checking return from strtoll ok miod@ bcook@
[TXT] ciphers.c  1.5   8 years  doug   Remove support for SSLv3 from openssl(1) ciphers. ok miod@ bcook@
[TXT] cms.c  1.1   9 years  jsing   Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not a sy...
[TXT] crl.c  1.6   9 years  jsing   Provide a mechanism for option parsing to return the number of arguments that it...
[TXT] crl2p7.c  1.3   8 years  doug   Convert openssl(1) crl2pkcs7 to the new option handling. input + ok jsing@
[TXT] dgst.c  1.3   8 years  rpointel   check the sigbuf value before using it. ok miod@ (thanks).
[TXT] dh.c  1.4   8 years  doug   Convert openssl(1) dh to the new option handling. ok jsing@
[TXT] dhparam.c  1.4   8 years  jsing   Convert openssl(1) dhparam to new option handling. ok doug@
[TXT] dsa.c  1.3   8 years  doug   Convert openssl(1) dsa to the new option handling. ok jsing@
[TXT] dsaparam.c  1.3   8 years  doug   Convert openssl(1) dsaparam to the new option handling. This also removes suppo...
[TXT] ec.c  1.3   8 years  doug   Convert openssl(1) ec to the new option handling. ok jsing@
[TXT] ecparam.c  1.11   8 years  doug   No need to recheck for NULL in openssl(1) ecparam. Fixes Coverity issue 78802. ...
[TXT] enc.c  1.4   9 years  jsing   Convert the openssl(1) enc command to the new option parsing and usage. With in...
[TXT] errstr.c  1.3   9 years  jsing   Clean up and improve openssl(1) errstr: - Use BIO_new_fp() instead of BIO_new()...
[TXT] gendh.c  1.3   8 years  doug   Convert gendh.c to the new option handling. ok jsing@
[TXT] gendsa.c  1.1   9 years  jsing   Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not a sy...
[TXT] genpkey.c  1.3   9 years  jsing   OpenSSL_add_all_algorithms() is called from openssl_startup() - it does not need...
[TXT] genrsa.c  1.3   9 years  jsing   None of these need <openssl/rand.h>
[TXT] ocsp.c  1.2   9 years  deraadt   Conversion of braindead select() path to braindead poll() path. Also looked at b...
[TXT] openssl.1  1.18   8 years  jmc   remove ssl3 bits; ok doug
[TXT] openssl.c  1.3   9 years  bcook   Since Windows needs BIO_sock_init() before you can call any networking functions...
[TXT] passwd.c  1.3   9 years  jsing   Convert openssl(1) passwd to new option handling. ok doug@
[TXT] pkcs12.c  1.2   9 years  jsing   openssl_setup() calls SSL_load_error_strings(), which happens to call ERR_load_c...
[TXT] pkcs7.c  1.4   8 years  jsing   Convert openssl(1) pkcs7 to new option handling. ok doug@
[TXT] pkcs8.c  1.4   9 years  doug   Convert pkcs8.c to the new option handling code. Minor KNF in a few places too....
[TXT] pkey.c  1.3   9 years  jsing   OpenSSL_add_all_algorithms() is called from openssl_startup() - it does not need...
[TXT] pkeyparam.c  1.5   9 years  jsing   Put back a goto end that was unintentionally removed. Spotted by doug@
[TXT] pkeyutl.c  1.5   8 years  bcook   Make 'openssl pkeyutl -verify' return exit code 0 on success. Previously, it re...
[TXT] prime.c  1.6   9 years  doug   Enable building with -DOPENSSL_NO_DEPRECATED. If you didn't enable deprecated c...
[TXT] progs.h  1.4   8 years  jsing   Less mdc2.
[TXT] rand.c  1.6   9 years  jsing   Provide a mechanism for option parsing to return the number of arguments that it...
[TXT] req.c  1.5   8 years  doug   Remove obsolete MDC-2DES from libcrypto. ok deraadt@ jsing@ miod@
[TXT] rsa.c  1.3   9 years  doug   Convert openssl(1)'s rsa.c to the new option handling code. input + ok jsing@
[TXT] rsautl.c  1.5   8 years  doug   Free passin on error. Fixes coverity 78826. ok miod@ bcook@
[TXT] s_apps.h  1.2   9 years  jsing   Move verify externs into the header file.
[TXT] s_cb.c  1.4   8 years  doug   Avoid NULL deref in openssl(1) s_cb. Fixes Coverity issue 24956. ok bcook@
[TXT] s_client.c  1.14   8 years  doug   Remove SSLv3 support from openssl(1) s_client. ok miod@ bcook@ beck@
[TXT] s_server.c  1.14   8 years  doug   Avoid possible NULL deref in openssl(1) s_server. Fixes Coverity issue 78873. ...
[TXT] s_socket.c  1.7   8 years  doug   Check return value in openssl(1) s_socket. Fixes Coverity issue 21655. ok bcoo...
[TXT] s_time.c  1.8   8 years  doug   Remove SSLv3 support from openssl(1) s_time. ok miod@ bcook@ beck@
[TXT] sess_id.c  1.4   9 years  doug   Delete commented out code from openssl(1) apps. From OpenSSL commits: 6f91b017...
[TXT] smime.c  1.2   9 years  doug   Delete commented out code from openssl(1) apps. From OpenSSL commits: 6f91b017...
[TXT] speed.c  1.8   8 years  doug   Don't try to run ECDH if ecdh_checks fails in openssl(1) speed. Coverity 72744 ...
[TXT] spkac.c  1.3   9 years  doug   Convert spkac.c to the new option handling code. input + ok jsing@
[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.4   8 years  doug   Remove obsolete MDC-2DES from libcrypto. ok deraadt@ jsing@ miod@
[TXT] verify.c  1.2   9 years  jsing   openssl_setup() calls SSL_load_error_strings(), which happens to call ERR_load_c...
[TXT] version.c  1.5   9 years  jsing   Provide a mechanism for option parsing to return the number of arguments that it...
[TXT] x509.c  1.4   8 years  doug   Free variable before potentially reusing. Fixes coverity 78824. ok bcook@ miod...
[TXT] engine.c (in the Attic) [Hide]  1.4   8 years  beck   fix coverity leak - ID 78921 ok miod@, bcook@
[TXT] nseq.c (in the Attic) [Hide]  1.3   8 years  jsing   Convert openssl(1) nseq to new option handling. ok bcook@ doug@