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
path: root/ssl
AgeCommit message (Expand)Author
2000-09-07Merge main trunk to engine branch, all conflicts resolved.Richard Levitte
2000-08-01Merge from main trunk, conflicts resolvedRichard Levitte
2000-07-12Merge from main, all conflicts resolved.Richard Levitte
2000-06-24Things merged from the main trunk, among others some well needed Win32Richard Levitte
2000-06-19Merge of stuff from main trunk, all conflicts resolved.Richard Levitte
2000-06-13- merged in the latest from the main trunk, fixed all conflictsRichard Levitte
2000-06-08Merge in code from main trunk to BRANCH_engine.Richard Levitte
2000-05-30Main trunk changes merged into BRANCH_engine. There were noRichard Levitte
2000-05-25typoBodo Möller
2000-05-25Implement SSL_OP_TLS_ROLLBACK_BUG for servers.Bodo Möller
2000-05-21Avoid sprintfBodo Möller
2000-05-21Avoid sprintf.Bodo Möller
2000-05-21Avoid sprintf, and harmonize indentation.Bodo Möller
2000-05-21Avoid sprintf.Bodo Möller
2000-05-16Get rid of more non-ANSI declarations.Ulf Möller
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-04-09"make update"Richard Levitte
2000-04-07In theory, TLS v1 ciphersuites are not the same as SSL v3 ciphersuitesBodo Möller
2000-04-07Avoid memory leak.Bodo Möller
2000-03-27Comments for SSL_get_peer_cert_chain inconsistency.Bodo Möller
2000-03-26NeXT workaround.Bodo Möller
2000-03-14Use correct function names in SSLerr macros.Bodo Möller
2000-03-13Update usage infoBodo Möller
2000-03-13Update test suite so that 'make test' succeeds in 'no-rsa' configuration.Bodo Möller
2000-03-13Copy DH key (if available) in addition to the bare parametersBodo Möller
2000-03-13Connection timings (using ISO C function clock()).Bodo Möller
2000-03-13cleaning up a littleBodo Möller
2000-03-10Always use fixed DH parameters created with 'dhparam -C',Bodo Möller
2000-03-06Fix the indentation, and avoid a compiler warning.Bodo Möller
2000-03-06Let's not lie to the people.Richard Levitte
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-02-27New logical names to skip algorithms are now supported.Richard Levitte
2000-02-26Fix shadow warning.Dr. Stephen Henson
2000-02-26Some time in history, SSL_CTX_sessions() disappeared. It is nowRichard Levitte
2000-02-25Use unsigned loop index to make compilers happyBodo Möller
2000-02-25The previous revision should have generated _more_ warnings, not less ...Bodo Möller
2000-02-25More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe
2000-02-25Add OpenSSL licen[cs]e.Bodo Möller
2000-02-25Fix off-by-one error :-)Bodo Möller
2000-02-25Fix warnings by using unsigned int where appropriate.Bodo Möller
2000-02-25signed/unsigned mismatch (VC++)Ulf Möller
2000-02-25Allow code which calls RSA temp key callback to copeDr. Stephen Henson
2000-02-24Remove structures that are no longer used.Richard Levitte
2000-02-24nicer manpagesUlf Möller
2000-02-24Add missing prototypes for new functionsRalf S. Engelschall
2000-02-24Fix NO_RSA (misplaced #endif).Ulf Möller
2000-02-24make updateRichard Levitte
2000-02-23Allow ADH to be used but not present in the default cipherDr. Stephen Henson
2000-02-22Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson
2000-02-21Workarounds to make broken programs happy (such as s_client and s_server).Bodo Möller