2015-06-02 |
Rich Salz | Standardize handling of #ifdef'd options. |
tree | commitdiff |
2015-06-02 |
Rich Salz | RT832: Use REUSEADDR in ocsp responder |
tree | commitdiff |
2015-06-02 |
Gunnar Kudrjavets | RT3848: Call SSL_COMP_free_compression_methods |
tree | commitdiff |
2015-05-30 |
Dr. Stephen Henson | fix warning |
tree | commitdiff |
2015-05-29 |
Dr. Stephen Henson | fix asn1parse -inform |
tree | commitdiff |
2015-05-29 |
Richard Levitte | Restore module loading |
tree | commitdiff |
2015-05-29 |
Richard Levitte | Fix double BIO_free in req |
tree | commitdiff |
2015-05-28 |
Rich Salz | RT3876: Only load config when needed |
tree | commitdiff |
2015-05-26 |
Dr. Stephen Henson | scrypt in pkcs8 util |
tree | commitdiff |
2015-05-26 |
Dr. Stephen Henson | Add function PKCS8_set0_pbe |
tree | commitdiff |
2015-05-25 |
Hanno Böck | RT3861: Mem/bio leak in req command |
tree | commitdiff |
2015-05-25 |
Rich Salz | Fix segfault in ec command |
tree | commitdiff |
2015-05-25 |
Rich Salz | fix s_client crash |
tree | commitdiff |
2015-05-23 |
Richard Levitte | Missed a couple of spots in the update change |
tree | commitdiff |
2015-05-22 |
Matt Caswell | Remove support for OPENSSL_NO_TLSEXT |
tree | commitdiff |
2015-05-22 |
Michael Trapp | RT266: Add HTTP proxy/CONNECT to s_client |
tree | commitdiff |
2015-05-22 |
Richard Levitte | Fix the update target and remove duplicate file updates |
tree | commitdiff |
2015-05-22 |
Matt Caswell | Fix various OPENSSL_NO_* options |
tree | commitdiff |
2015-05-20 |
Rich Salz | Replace switch/assignments with table lookup |
tree | commitdiff |
2015-05-20 |
Emilia Kasper | Remove dh512.pem |
tree | commitdiff |
2015-05-19 |
Robert Swiecki | Don't add write errors into bytecounts |
tree | commitdiff |
2015-05-16 |
Matt Caswell | Version negotiation rewrite cleanup |
tree | commitdiff |
2015-05-16 |
Matt Caswell | Client side version negotiation rewrite |
tree | commitdiff |
2015-05-16 |
Matt Caswell | Server side version negotiation rewrite |
tree | commitdiff |
2015-05-15 |
Rich Salz | Use #error in openssl/srp.h |
tree | commitdiff |
2015-05-13 |
Rich Salz | Add missing ctype.h |
tree | commitdiff |
2015-05-13 |
Rich Salz | Fix ocsp bugs |
tree | commitdiff |
2015-05-13 |
Matt Caswell | Remove Kerberos support from libssl |
tree | commitdiff |
2015-05-13 |
Matt Caswell | Remove Kerberos support from apps |
tree | commitdiff |
2015-05-11 |
Rich Salz | Use p==NULL not !p (in if statements, mainly) |
tree | commitdiff |
2015-05-11 |
Kurt Cancemi | Add missing terminating NULL to speed_options table. |
tree | commitdiff |
2015-05-11 |
Bjoern D. Rasmussen | Fix for memcpy() and strcmp() being undefined. |
tree | commitdiff |
2015-05-07 |
Rich Salz | Use "==0" instead of "!strcmp" etc |
tree | commitdiff |
2015-05-06 |
Richard Levitte | Make -CAserial a type 's' option |
tree | commitdiff |
2015-05-06 |
Gunnar Kudrjavets | Initialize potentially uninitialized local variables |
tree | commitdiff |
2015-05-06 |
Matt Caswell | Fix s_server version specific methods |
tree | commitdiff |
2015-05-06 |
Rich Salz | memset, memcpy, sizeof consistency fixes |
tree | commitdiff |
2015-05-05 |
Matt Caswell | Fix windows build |
tree | commitdiff |
2015-05-05 |
Rich Salz | Remove apps cache for gethostbyname |
tree | commitdiff |
2015-05-04 |
Rich Salz | GH271: Warning on </dev/null to CA.pl |
tree | commitdiff |
2015-05-04 |
Rich Salz | Use safer sizeof variant in malloc |
tree | commitdiff |
2015-05-04 |
Richard Levitte | RT2943: Check sizes if -iv and -K arguments |
tree | commitdiff |
2015-05-04 |
Richard Levitte | Have -K actually take an argument, and correct help... |
tree | commitdiff |
2015-05-04 |
Rich Salz | RT1369: don't do "helpful" access check. |
tree | commitdiff |
2015-05-04 |
Dr. Stephen Henson | more OSSL_NELEM cases |
tree | commitdiff |
2015-05-02 |
Hanno Böck | Fix uninitialized variable. |
tree | commitdiff |
2015-05-01 |
Rich Salz | free NULL cleanup -- coda |
tree | commitdiff |
2015-05-01 |
Rich Salz | free NULL cleanup 11 |
tree | commitdiff |
2015-05-01 |
Rich Salz | free null cleanup finale |
tree | commitdiff |
2015-05-01 |
Rich Salz | Fix some typo's, silence warnings. |
tree | commitdiff |
2015-05-01 |
Rich Salz | Rewrite CA.pl.in |
tree | commitdiff |
2015-05-01 |
Rich Salz | free NULL cleanup 7 |
tree | commitdiff |
2015-04-30 |
Matt Caswell | Sanity check EVP_CTRL_AEAD_TLS_AAD |
tree | commitdiff |
2015-04-30 |
Rich Salz | free cleanup 12 |
tree | commitdiff |
2015-04-30 |
Matt Caswell | make update |
tree | commitdiff |
2015-04-30 |
Rich Salz | free cleanup almost the finale |
tree | commitdiff |
2015-04-30 |
Rich Salz | In apps, malloc or die |
tree | commitdiff |
2015-04-30 |
Rich Salz | free NULL cleanup 5a |
tree | commitdiff |
2015-04-30 |
Rich Salz | free NULL cleanup 8 |
tree | commitdiff |
2015-04-30 |
Rich Salz | Fix bug, "what mode" test was wrong. |
tree | commitdiff |
2015-04-30 |
Matt Caswell | Fix windows build |
tree | commitdiff |
2015-04-29 |
Rich Salz | Add HTTP GET support to OCSP server |
tree | commitdiff |
2015-04-29 |
Rich Salz | Rewrite parse_name |
tree | commitdiff |
2015-04-29 |
Rich Salz | use isxdigit and apps_tohex |
tree | commitdiff |
2015-04-29 |
Rich Salz | Remove needless bio_err argument |
tree | commitdiff |
2015-04-28 |
Rich Salz | remove malloc casts |
tree | commitdiff |
2015-04-27 |
Rich Salz | CRYPTO_mem_leaks should ignore it's BIO argument. |
tree | commitdiff |
2015-04-27 |
Emilia Kasper | Fix Wmaybe-uninitialized: initialize variable |
tree | commitdiff |
2015-04-27 |
Rich Salz | Add readline (etc) support |
tree | commitdiff |
2015-04-27 |
Rich Salz | Simplify parse_yesno; remove local variable |
tree | commitdiff |
2015-04-27 |
Rich Salz | Fix typo in help & comment formatting |
tree | commitdiff |
2015-04-26 |
Rich Salz | Fix error message |
tree | commitdiff |
2015-04-26 |
Rich Salz | Fix main build breakage. |
tree | commitdiff |
2015-04-26 |
Rich Salz | Remove the special list-xxxx commands |
tree | commitdiff |
2015-04-26 |
Rich Salz | RT2962: add -keytab and -krb5svc flags. |
tree | commitdiff |
2015-04-26 |
Rich Salz | Free malloc data on encoding errors. |
tree | commitdiff |
2015-04-25 |
Rich Salz | Quote HTML entities in s_server output |
tree | commitdiff |
2015-04-25 |
Rich Salz | RT2206: Add -issuer flag to ocsp command |
tree | commitdiff |
2015-04-25 |
Rich Salz | Remove EFENCE support. |
tree | commitdiff |
2015-04-25 |
Rich Salz | RT2451: Add telnet to s_client -starttls |
tree | commitdiff |
2015-04-25 |
Rich Salz | Add -nocommands to s_client. |
tree | commitdiff |
2015-04-25 |
Rich Salz | fewer NO_ENGINE #ifdef's |
tree | commitdiff |
2015-04-25 |
Rich Salz | Add missing BIO_flush() calls |
tree | commitdiff |
2015-04-24 |
Rich Salz | Big apps cleanup (option-parsing, etc) |
tree | commitdiff |
2015-04-20 |
Rich Salz | Remove SET oid config file and SET certs |
tree | commitdiff |
2015-04-16 |
Viktor Dukhovni | Code style: space after 'if' |
tree | commitdiff |
2015-04-11 |
Rich Salz | free NULL cleanup 9 |
tree | commitdiff |
2015-04-11 |
Rich Salz | free NULL cleanup 10 |
tree | commitdiff |
2015-04-08 |
Rich Salz | Drop CA.sh for CA.pl |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Remove EXHEADER, TEST, APPS, links:, install: and unins... |
tree | commitdiff |
2015-03-28 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-25 |
Rich Salz | free NULL cleanup. |
tree | commitdiff |
2015-03-25 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-25 |
Dr. Stephen Henson | make X509_NAME opaque |
tree | commitdiff |
2015-03-25 |
Matt Caswell | Fix bug in s_client. Previously default verify location... |
tree | commitdiff |
2015-03-25 |
Matt Caswell | RAND_bytes updates |
tree | commitdiff |
2015-03-25 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-24 |
Dr. Stephen Henson | make depend |
tree | commitdiff |
2015-03-24 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-23 |
Matt Caswell | apps return value checks |
tree | commitdiff |
next |