Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-01-31Seek out and destroy another evil cast.Ulf Möller
2000-01-31Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-24Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-22Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson
2000-01-18Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson
2000-01-06New functions SSL_get_finished, SSL_get_peer_finished.Bodo Möller
2000-01-06Use prototypes.Bodo Möller
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson
1999-11-30Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson
1999-08-08Comments.Bodo Möller
1999-08-08add commentsBodo Möller
1999-08-03generate error messageBodo Möller
1999-08-03fix previous modification -- if ssl->cert is NULL, don't follow the pointer.Bodo Möller
1999-08-02The SSL_CTX's cert structure is not relevant for the SSLBodo Möller
1999-07-22Additional user data argument to pem_password_cb function typeBodo Möller
1999-07-02New functions SSL[_CTX]_{set,get}_mode; the initial set of mode flags isBodo Möller
1999-06-10Avoid warnings.Bodo Möller
1999-06-09"extern" is a C++ reserved word.Ulf Möller
1999-06-08Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller
1999-06-07Comments added.Bodo Möller
1999-05-16Various Win32 fixes. Change args in do_ms.bat to put platform last. FixDr. Stephen Henson
1999-05-15OPENSSL_EXTERN, OPENSSL_GLOBALBodo Möller
1999-05-15Comment.Bodo Möller
1999-05-15A comment.Bodo Möller
1999-05-14Introduce and use function typedef pem_password_cb so that we don't callBodo Möller
1999-05-13VMS support.Ulf Möller
1999-05-13First tiny changes in preparation of changing of "sess_cert" handling.Bodo Möller
1999-05-11And I thought I could spell ... but in caps really everything looks the same.Bodo Möller
1999-05-11Make SSL library a little more fool-proof by not requiring any longerBodo Möller
1999-05-10No actual change, but the cert_st member of struct ssl_session_st is nowBodo Möller
1999-05-10Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copyingBodo Möller
1999-05-09Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller
1999-05-06Remove unreachable return statements.Ulf Möller
1999-05-01Support verify_depth from the SSL API without need for user-definedBodo Möller
1999-04-30New function SSL_CTX_set_session_id_context.Bodo Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-24Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-20Change functions to ANSI C.Ulf Möller
1999-04-18Massive constification.Ben Laurie
1999-04-12Add type-safe STACKs and SETs.Ben Laurie
1999-03-22Fix security hole.Ben Laurie
1999-03-14Remove some references which called malloc and free instead of Malloc and Free.Dr. Stephen Henson
1999-03-06Fix export ciphersuites, again.Ben Laurie
1999-03-04Remove confusing variables in function signatures in filesRalf S. Engelschall
1999-02-28More truth in declarations.Ben Laurie
1999-02-28Experiment with doxygen documentation.Ben Laurie
1999-02-25Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DHRalf S. Engelschall
1999-02-22More stuff for new TLS ciphersuites.Ben Laurie