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_7_BASE


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.25   9 years  bcook   Modify BSIZE to BUFLEN to avoid redefinition on HP-UX. HP-UX defines BSIZE in i...
[TXT] apps.h  1.13   9 years  jsing   Provide option types for binary AND, binary OR and silently discarding an option...
[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.5   9 years  doug   Delete commented out code from openssl(1) apps. From OpenSSL commits: 6f91b017...
[TXT] certhash.c  1.8   9 years  tedu   subtraction is not comparison. the difference of two longs is not good to place ...
[TXT] ciphers.c  1.4   9 years  bcook   use correct formatter (int, because of type promotion after operations) ok jsin...
[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.2   9 years  jsing   openssl_setup() calls SSL_load_error_strings(), which happens to call ERR_load_c...
[TXT] dgst.c  1.1   9 years  jsing   Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not a sy...
[TXT] dh.c  1.3   9 years  doug   Delete commented out code from openssl(1) apps. From OpenSSL commits: 6f91b017...
[TXT] dhparam.c  1.2   9 years  jsing   openssl_setup() calls SSL_load_error_strings(), which happens to call ERR_load_c...
[TXT] dsa.c  1.2   9 years  jsing   openssl_setup() calls SSL_load_error_strings(), which happens to call ERR_load_c...
[TXT] dsaparam.c  1.2   9 years  jsing   openssl_setup() calls SSL_load_error_strings(), which happens to call ERR_load_c...
[TXT] ec.c  1.2   9 years  jsing   openssl_setup() calls SSL_load_error_strings(), which happens to call ERR_load_c...
[TXT] ecparam.c  1.8   9 years  jsing   Provide a mechanism for option parsing to return the number of arguments that it...
[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.1   9 years  jsing   Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not a sy...
[TXT] gendh.c  1.2   9 years  jsing   None of these need <openssl/rand.h>
[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.13   9 years  bentley   Reduce usage of predefined strings in manpages. Predefined strings are not very...
[TXT] openssl.c  1.2   9 years  jsing   Use arc4random_buf() instead of RAND(_pseudo)?_bytes(). ok bcook@
[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.2   9 years  jsing   openssl_setup() calls SSL_load_error_strings(), which happens to call ERR_load_c...
[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.3   9 years  jsing   OpenSSL_add_all_algorithms() is called from openssl_startup() - it does not need...
[TXT] pkeyutl.c  1.4   9 years  deraadt   fix an indentation that makes me upset
[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.2   9 years  jsing   Introduce an openssl(1) certhash command. This is effectively a reimplementatio...
[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.4   9 years  jsing   Repair BUF_strdup() breakage.
[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.4   9 years  lteo   Check the return values of several reallocarray() calls. While here, also check...
[TXT] s_apps.h  1.1   9 years  jsing   Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not a sy...
[TXT] s_cb.c  1.3   9 years  doug   Delete commented out code from openssl(1) apps. From OpenSSL commits: 6f91b017...
[TXT] s_client.c  1.12   9 years  bluhm   Add the possibility to use the openssl s_client tool with an http proxy. Implem...
[TXT] s_server.c  1.9   9 years  jsing   unifdef OPENSSL_NO_NEXTPROTONEG
[TXT] s_socket.c  1.3   9 years  bcook   Move Windows OS-specific functions to make porting easier. Several functions th...
[TXT] s_time.c  1.4   9 years  doug   Delete commented out code from openssl(1) apps. From OpenSSL commits: 6f91b017...
[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.5   9 years  doug   Delete commented out code from openssl(1) apps. From OpenSSL commits: 6f91b017...
[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.3   9 years  jsing   Use arc4random_buf() instead of RAND(_pseudo)?_bytes(). ok bcook@
[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.2   9 years  jsing   openssl_setup() calls SSL_load_error_strings(), which happens to call ERR_load_c...
[TXT] engine.c (in the Attic) [Hide]  1.3   9 years  doug   Delete commented out code from openssl(1) apps. From OpenSSL commits: 6f91b017...
[TXT] nseq.c (in the Attic) [Hide]  1.2   9 years  jsing   openssl_setup() calls SSL_load_error_strings(), which happens to call ERR_load_c...