2000-09-26 |
Bodo Möller | Don't modify s->read_ahead in SSL_clear, which is calle... |
blob | commitdiff | raw |
2000-09-17 |
Richard Levitte | Use sk_*_new_null() instead of sk_*_new(NULL), since... |
blob | commitdiff | raw | diff to current |
2000-09-05 |
Dr. Stephen Henson | Keep a not of original encoding in certificate requests. |
blob | commitdiff | raw | diff to current |
2000-09-04 |
Bodo Möller | Avoid abort() throughout the library, except when prepr... |
blob | commitdiff | raw | diff to current |
2000-06-01 |
Richard Levitte | There have been a number of complaints from a number... |
blob | commitdiff | raw | diff to current |
2000-06-01 |
Geoff Thorpe | The previous commit to crypto/stack/*.[ch] pulled the... |
blob | commitdiff | raw | diff to current |
2000-03-27 |
Bodo Möller | Comments for SSL_get_peer_cert_chain inconsistency. |
blob | commitdiff | raw | diff to current |
2000-02-25 |
Richard Levitte | Some time in history, SSL_CTX_sessions() disappeared... |
blob | commitdiff | raw | diff to current |
2000-02-24 |
Richard Levitte | Remove structures that are no longer used. |
blob | commitdiff | raw | diff to current |
2000-02-24 |
Ulf Möller | nicer manpages |
blob | commitdiff | raw | diff to current |
2000-02-24 |
Ulf Möller | Fix NO_RSA (misplaced #endif). |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Dr. Stephen Henson | Allow ADH to be used but not present in the default... |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Bodo Möller | Fix some bugs and document others |
blob | commitdiff | raw | diff to current |
2000-02-20 |
Richard Levitte | Move the registration of callback functions to special... |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Ulf Möller | Seek out and destroy another evil cast. |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Ulf Möller | Source code cleanups: Use void * rather than char ... |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Dr. Stephen Henson | Tidy up CRYPTO_EX_DATA structures. |
blob | commitdiff | raw | diff to current |
2000-01-22 |
Dr. Stephen Henson | Apply Lutz Behnke's 56 bit cipher patch with a few |
blob | commitdiff | raw | diff to current |
2000-01-18 |
Richard Levitte | Compaq C 6.2 for VMS will complain when we want to... |
blob | commitdiff | raw | diff to current |
2000-01-09 |
Dr. Stephen Henson | New function X509_CTX_rget_chain(), make SSL_SESSION_pr... |
blob | commitdiff | raw | diff to current |
2000-01-06 |
Bodo Möller | New functions SSL_get_finished, SSL_get_peer_finished. |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Bodo Möller | Use prototypes. |
blob | commitdiff | raw | diff to current |
1999-12-02 |
Dr. Stephen Henson | Change the trust and purpose code so it doesn't need... |
blob | commitdiff | raw | diff to current |
1999-11-29 |
Dr. Stephen Henson | Remainder of SSL purpose and trust code: trust and... |
blob | commitdiff | raw | diff to current |
1999-11-29 |
Dr. Stephen Henson | Add part of chain verify SSL support code: not complete... |
blob | commitdiff | raw | diff to current |
1999-08-08 |
Bodo Möller | Comments. |
blob | commitdiff | raw | diff to current |
1999-08-08 |
Bodo Möller | add comments |
blob | commitdiff | raw | diff to current |
1999-08-02 |
Bodo Möller | generate error message |
blob | commitdiff | raw | diff to current |
1999-08-02 |
Bodo Möller | fix previous modification -- if ssl->cert is NULL,... |
blob | commitdiff | raw | diff to current |
1999-08-02 |
Bodo Möller | The SSL_CTX's cert structure is not relevant for the SSL |
blob | commitdiff | raw | diff to current |
1999-07-21 |
Bodo Möller | Additional user data argument to pem_password_cb functi... |
blob | commitdiff | raw | diff to current |
1999-07-02 |
Bodo Möller | New functions SSL[_CTX]_{set,get}_mode; the initial... |
blob | commitdiff | raw | diff to current |
1999-06-10 |
Bodo Möller | Avoid warnings. |
blob | commitdiff | raw | diff to current |
1999-06-09 |
Ulf Möller | "extern" is a C++ reserved word. |
blob | commitdiff | raw | diff to current |
1999-06-07 |
Bodo Möller | Don't mix real tabs with tabs expanded as 8 spaces... |
blob | commitdiff | raw | diff to current |
1999-06-07 |
Bodo Möller | Comments added. |
blob | commitdiff | raw | diff to current |
1999-05-15 |
Dr. Stephen Henson | Various Win32 fixes. Change args in do_ms.bat to put... |
blob | commitdiff | raw | diff to current |
1999-05-15 |
Bodo Möller | OPENSSL_EXTERN, OPENSSL_GLOBAL |
blob | commitdiff | raw | diff to current |
1999-05-15 |
Bodo Möller | Comment. |
blob | commitdiff | raw | diff to current |
1999-05-15 |
Bodo Möller | A comment. |
blob | commitdiff | raw | diff to current |
1999-05-14 |
Bodo Möller | Introduce and use function typedef pem_password_cb... |
blob | commitdiff | raw | diff to current |
1999-05-13 |
Ulf Möller | VMS support. |
blob | commitdiff | raw | diff to current |
1999-05-13 |
Bodo Möller | First tiny changes in preparation of changing of "sess_... |
blob | commitdiff | raw | diff to current |
1999-05-11 |
Bodo Möller | And I thought I could spell ... but in caps really... |
blob | commitdiff | raw | diff to current |
1999-05-11 |
Bodo Möller | Make SSL library a little more fool-proof by not requir... |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Bodo Möller | No actual change, but the cert_st member of struct... |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Bodo Möller | Create a duplicate of the SSL_CTX's CERT in SSL_new... |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Bodo Möller | Use "const char *" instead of "char *" for filenames... |
blob | commitdiff | raw | diff to current |
1999-05-05 |
Ulf Möller | Remove unreachable return statements. |
blob | commitdiff | raw | diff to current |
1999-05-01 |
Bodo Möller | Support verify_depth from the SSL API without need... |
blob | commitdiff | raw | diff to current |
1999-04-30 |
Bodo Möller | New function SSL_CTX_set_session_id_context. |
blob | commitdiff | raw | diff to current |
1999-04-27 |
Ulf Möller | New Configure option no-<cipher> (rsa, idea, rc5, ... |
blob | commitdiff | raw | diff to current |
1999-04-23 |
Bodo Möller | Change #include filenames from <foo.h> to <openssl.h>. |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Ulf Möller | Change functions to ANSI C. |
blob | commitdiff | raw | diff to current |
1999-04-17 |
Ben Laurie | Massive constification. |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Ben Laurie | Add type-safe STACKs and SETs. |
blob | commitdiff | raw | diff to current |
1999-03-22 |
Ben Laurie | Fix security hole. |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Dr. Stephen Henson | Remove some references which called malloc and free... |
blob | commitdiff | raw | diff to current |
1999-03-06 |
Ben Laurie | Fix export ciphersuites, again. |
blob | commitdiff | raw | diff to current |
1999-03-04 |
Ralf S. Engelschall | Remove confusing variables in function signatures in... |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Ben Laurie | More truth in declarations. |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Ben Laurie | Experiment with doxygen documentation. |
blob | commitdiff | raw | diff to current |
1999-02-25 |
Ralf S. Engelschall | Add a bunch of SSL_xxx() functions for configuring... |
blob | commitdiff | raw | diff to current |
1999-02-21 |
Ben Laurie | More stuff for new TLS ciphersuites. |
blob | commitdiff | raw | diff to current |
1999-02-21 |
Ben Laurie | Add support for new TLS export ciphersuites. |
blob | commitdiff | raw | diff to current |
1999-02-16 |
Mark J. Cox | Updates to the new SSL compression code |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Dr. Stephen Henson | Fix various stuff: that VC++ 5.0 chokes on: |
blob | commitdiff | raw | diff to current |
1999-01-16 |
Ben Laurie | More prototypes. |
blob | commitdiff | raw | diff to current |
1999-01-07 |
Ben Laurie | Accept NULL in *_free. |
blob | commitdiff | raw | diff to current |
1999-01-06 |
Ben Laurie | Make the world a safer place (if people object to this... |
blob | commitdiff | raw | diff to current |
1998-12-31 |
Ralf S. Engelschall | Fix version stuff: |
blob | commitdiff | raw | diff to current |
1998-12-23 |
Ralf S. Engelschall | *** empty log message *** OpenSSL_0_9_1c |
blob | commitdiff | raw | diff to current |
1998-12-23 |
Ralf S. Engelschall | Switch version string to SSLeay/OpenSSL |
blob | commitdiff | raw | diff to current |
1998-12-22 |
Ralf S. Engelschall | Various cleanups and fixed by Marc and Ralf to start... |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | Import of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | Import of old SSLeay release: SSLeay 0.9.0b |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | Import of old SSLeay release: SSLeay 0.8.1b |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | raw | diff to current |
|