2015-06-02 |
Rich Salz | Standardize handling of #ifdef'd options. |
blob | commitdiff | raw | diff to current |
2015-05-29 |
Richard Levitte | Restore module loading |
blob | commitdiff | raw | diff to current |
2015-05-25 |
Rich Salz | fix s_client crash |
blob | commitdiff | raw | diff to current |
2015-05-22 |
Matt Caswell | Remove support for OPENSSL_NO_TLSEXT |
blob | commitdiff | raw | diff to current |
2015-05-22 |
Michael Trapp | RT266: Add HTTP proxy/CONNECT to s_client |
blob | commitdiff | raw | diff to current |
2015-05-22 |
Matt Caswell | Fix various OPENSSL_NO_* options |
blob | commitdiff | raw | diff to current |
2015-05-16 |
Matt Caswell | Client side version negotiation rewrite |
blob | commitdiff | raw | diff to current |
2015-05-15 |
Rich Salz | Use #error in openssl/srp.h |
blob | commitdiff | raw | diff to current |
2015-05-13 |
Matt Caswell | Remove Kerberos support from apps |
blob | commitdiff | raw | diff to current |
2015-05-11 |
Rich Salz | Use p==NULL not !p (in if statements, mainly) |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Rich Salz | free null cleanup finale |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Rich Salz | free NULL cleanup 7 |
blob | commitdiff | raw | diff to current |
2015-04-30 |
Rich Salz | free cleanup almost the finale |
blob | commitdiff | raw | diff to current |
2015-04-30 |
Rich Salz | In apps, malloc or die |
blob | commitdiff | raw | diff to current |
2015-04-30 |
Rich Salz | free NULL cleanup 5a |
blob | commitdiff | raw | diff to current |
2015-04-29 |
Rich Salz | Remove needless bio_err argument |
blob | commitdiff | raw | diff to current |
2015-04-28 |
Rich Salz | remove malloc casts |
blob | commitdiff | raw | diff to current |
2015-04-27 |
Emilia Kasper | Fix Wmaybe-uninitialized: initialize variable |
blob | commitdiff | raw | diff to current |
2015-04-25 |
Rich Salz | RT2451: Add telnet to s_client -starttls |
blob | commitdiff | raw | diff to current |
2015-04-25 |
Rich Salz | Add -nocommands to s_client. |
blob | commitdiff | raw | diff to current |
2015-04-25 |
Rich Salz | fewer NO_ENGINE #ifdef's |
blob | commitdiff | raw | diff to current |
2015-04-24 |
Rich Salz | Big apps cleanup (option-parsing, etc) |
blob | commitdiff | raw | diff to current |
2015-04-16 |
Viktor Dukhovni | Code style: space after 'if' |
blob | commitdiff | raw | diff to current |
2015-04-11 |
Rich Salz | free NULL cleanup 10 |
blob | commitdiff | raw | diff to current |
2015-03-28 |
Rich Salz | free NULL cleanup |
blob | commitdiff | raw | diff to current |
2015-03-25 |
Rich Salz | free NULL cleanup |
blob | commitdiff | raw | diff to current |
2015-03-25 |
Matt Caswell | Fix bug in s_client. Previously default verify location... |
blob | commitdiff | raw | diff to current |
2015-03-23 |
Matt Caswell | apps return value checks |
blob | commitdiff | raw | diff to current |
2015-03-05 |
Matt Caswell | Unchecked malloc fixes |
blob | commitdiff | raw | diff to current |
2015-02-25 |
Matt Caswell | Add -no_alt_chains option to apps to implement the new |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Rich Salz | Live code cleanup: remove #if 1 stuff |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Rich Salz | Dead code clean: #if 0 removal in apps |
blob | commitdiff | raw | diff to current |
2015-01-28 |
Rich Salz | Remove support for opaque-prf |
blob | commitdiff | raw | diff to current |
2015-01-27 |
Rich Salz | OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1 |
blob | commitdiff | raw | diff to current |
2015-01-27 |
Matt Caswell | Remove explicit setting of read_ahead for DTLS. It... |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | More comment realignment master-post-reformat |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | Run util/openssl-format-source -v -c . |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | indent has problems with comments that are on the right... |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | Fix source where indent will not be able to cope |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | Further comment changes for reformat (master) |
blob | commitdiff | raw | diff to current |
2015-01-12 |
Rich Salz | RT3548: Remove unsupported platforms |
blob | commitdiff | raw | diff to current |
2015-01-05 |
Piotr Sikora | Fix building with no-srtp |
blob | commitdiff | raw | diff to current |
2014-12-31 |
Dominik Neubauer | typo in s_client |
blob | commitdiff | raw | diff to current |
2014-12-17 |
Rich Salz | RT3548: Remove some obsolete platforms |
blob | commitdiff | raw | diff to current |
2014-12-04 |
Kurt Roeckx | Remove SSLv2 support |
blob | commitdiff | raw | diff to current |
2014-12-03 |
Matt Caswell | Updates to s_client and s_server to remove the constant... |
blob | commitdiff | raw | diff to current |
2014-11-19 |
Dr. Stephen Henson | New option no-ssl3-method which removes SSLv3_*method |
blob | commitdiff | raw | diff to current |
2014-10-15 |
Bodo Moeller | Add TLS_FALLBACK_SCSV documentation, and move s_client... |
blob | commitdiff | raw | diff to current |
2014-10-15 |
Bodo Moeller | Support TLS_FALLBACK_SCSV. |
blob | commitdiff | raw | diff to current |
2014-08-28 |
Dr. Stephen Henson | Rename some callbacks, fix alignment. |
blob | commitdiff | raw | diff to current |
2014-08-28 |
Dr. Stephen Henson | Use consistent function naming. |
blob | commitdiff | raw | diff to current |
2014-08-28 |
Dr. Stephen Henson | New extension callback features. |
blob | commitdiff | raw | diff to current |
2014-08-28 |
Dr. Stephen Henson | Callback revision. |
blob | commitdiff | raw | diff to current |
2014-08-09 |
Rich Salz | Undo a90081576c94f9f54de1755188a00ccc1760549a |
blob | commitdiff | raw | diff to current |
2014-08-08 |
Rich Salz | Remove DJGPP (and therefore WATT32) #ifdef's. |
blob | commitdiff | raw | diff to current |
2014-07-06 |
Dr. Stephen Henson | Usage for -hack and -prexit -verify_return_error |
blob | commitdiff | raw | diff to current |
2014-07-04 |
Dr. Stephen Henson | Remove all RFC5878 code. |
blob | commitdiff | raw | diff to current |
2014-07-01 |
Dr. Stephen Henson | Make NO_SYS_UN_H compile. |
blob | commitdiff | raw | diff to current |
2014-06-19 |
Hubert Kario | Document -trusted_first option in man pages and help. |
blob | commitdiff | raw | diff to current |
2014-05-09 |
Geoff Thorpe | s_client/s_server: support unix domain sockets |
blob | commitdiff | raw | diff to current |
2014-03-28 |
Dr. Stephen Henson | Security callback debug print out. |
blob | commitdiff | raw | diff to current |
2014-02-20 |
Dr. Stephen Henson | Move CT viewer extension code to crypto/x509v3 |
blob | commitdiff | raw | diff to current |
2014-02-19 |
Ben Laurie | Merge branch 'sct-viewer-master' of https://github... |
blob | commitdiff | raw | diff to current |
2014-02-19 |
Rob Stradling | Move the SCT List extension parser into libssl. |
blob | commitdiff | raw | diff to current |
2014-02-05 |
Ben Laurie | Fix whitespace, new-style comments. |
blob | commitdiff | raw | diff to current |
2014-02-05 |
Scott Deboy | Re-add alert variables removed during rebase |
blob | commitdiff | raw | diff to current |
2014-02-05 |
Scott Deboy | Update custom TLS extension and supplemental data ... |
blob | commitdiff | raw | diff to current |
2013-11-14 |
Piotr Sikora | Fix compilation with no-nextprotoneg. |
blob | commitdiff | raw | diff to current |
2013-09-25 |
Ben Laurie | Produce PEM we would consume. |
blob | commitdiff | raw | diff to current |
2013-09-06 |
Ben Laurie | Const fix. |
blob | commitdiff | raw | diff to current |
2013-09-06 |
Scott Deboy | Free generated supp data after handshake completion... |
blob | commitdiff | raw | diff to current |
2013-09-06 |
Ben Laurie | More cleanup. |
blob | commitdiff | raw | diff to current |
2013-09-06 |
Ben Laurie | Make it build. |
blob | commitdiff | raw | diff to current |
2013-09-06 |
Scott Deboy | Add callbacks supporting generation and retrieval of... |
blob | commitdiff | raw | diff to current |
2013-09-05 |
Veres Lajos | misspellings fixes by https://github.com/vlajos/misspel... |
blob | commitdiff | raw | diff to current |
2013-09-05 |
Ben Laurie | Clean up layout. |
blob | commitdiff | raw | diff to current |
2013-09-05 |
Carlos Alberto Lop... | Add an "-xmpphost" option to s_client |
blob | commitdiff | raw | diff to current |
2013-09-05 |
Carlos Alberto Lop... | Fix infinite loop on s_client starttls xmpp |
blob | commitdiff | raw | diff to current |
2013-09-05 |
Carlos Alberto Lop... | Fix XMPP code detection on s_client starttls xmpp |
blob | commitdiff | raw | diff to current |
2013-07-22 |
Adam Langley | Add tests for ALPN functionality. |
blob | commitdiff | raw | diff to current |
2013-07-22 |
Adam Langley | Support ALPN. |
blob | commitdiff | raw | diff to current |
2013-06-12 |
Trevor | Add support for arbitrary TLS extensions. |
blob | commitdiff | raw | diff to current |
2013-04-09 |
Dr. Stephen Henson | Dual DTLS version methods. |
blob | commitdiff | raw | diff to current |
2013-03-26 |
Dr. Stephen Henson | Provisional DTLS 1.2 support. |
blob | commitdiff | raw | diff to current |
2012-12-29 |
Dr. Stephen Henson | make JPAKE work again, fix memory leaks |
blob | commitdiff | raw | diff to current |
2012-12-12 |
Dr. Stephen Henson | add -cert_chain option to s_client |
blob | commitdiff | raw | diff to current |
2012-12-06 |
Dr. Stephen Henson | Add code to download CRLs based on CRLDP extension. |
blob | commitdiff | raw | diff to current |
2012-12-05 |
Dr. Stephen Henson | Integrate host, email and IP address checks into X509_v... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Dr. Stephen Henson | oops, really check brief mode only ;-) |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Dr. Stephen Henson | don't check errno is zero, just print out message |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Dr. Stephen Henson | if no error code and -brief selected print out connecti... |
blob | commitdiff | raw | diff to current |
2012-12-02 |
Dr. Stephen Henson | New option to add CRLs for s_client and s_server. |
blob | commitdiff | raw | diff to current |
2012-11-23 |
Dr. Stephen Henson | Don't display messages about verify depth in s_server... |
blob | commitdiff | raw | diff to current |
2012-11-21 |
Dr. Stephen Henson | support -quiet with -msg or -trace |
blob | commitdiff | raw | diff to current |
2012-11-21 |
Dr. Stephen Henson | only use a default curve if not already set |
blob | commitdiff | raw | diff to current |
2012-11-20 |
Dr. Stephen Henson | fix leaks |
blob | commitdiff | raw | diff to current |
2012-11-19 |
Dr. Stephen Henson | update usage messages |
blob | commitdiff | raw | diff to current |
2012-11-17 |
Dr. Stephen Henson | Delegate command line handling for many common options... |
blob | commitdiff | raw | diff to current |
2012-11-05 |
Dr. Stephen Henson | contify |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Dr. Stephen Henson | New functions to check a hostname email or IP address... |
blob | commitdiff | raw | diff to current |
next |