summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Collapse)Author
1999-11-12Make sure installed files are world readableRichard Levitte
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
Submitted by: Lennart Bång, Bodo Möller
1999-09-29Cosmetic changes.Ulf Möller
1999-09-24Fix warnings.Ben Laurie
1999-09-18Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson
and verify rather than direct encrypt/decrypt.
1999-09-14Update dependencies.Bodo Möller
1999-09-14typo in a commentBodo Möller
1999-09-13Set s->version correctly for "natural" SSL 3.0 client helloBodo Möller
1999-09-11Initial support for MacOS.Andy Polyakov
This will soon be complemented with MacOS specific source code files and INSTALL.MacOS. I (Andy) have decided to get rid of a number of #include <sys/types.h>. I've verified it's ok (both by examining /usr/include/*.h and compiling) on a number of Unix platforms. Unfortunately I don't have Windows box to verify this on. I really appreciate if somebody could try to compile it and contact me a.s.a.p. in case a problem occurs. Submitted by: Roy Wood <roy@centricsystems.ca> Reviewed by: Andy Polyakov <appro@fy.chalmers.se>
1999-09-11Fix yet another bug for client hello handling.Bodo Möller
1999-09-10Repair another bug in s23_get_client_hello:Bodo Möller
tls1 did not survive to restarts, so get rid of it.
1999-09-10Use non-copying BIO interface in ssltest.c.Bodo Möller
1999-09-08some more patches for avoiding problems with non-automatic variablesBodo Möller
1999-09-07Non-copying interface to BIO pairs.Bodo Möller
It's still totally untested ...
1999-09-03use explicit constant 11 just onceBodo Möller
1999-09-03Make previous bugfix actually workBodo Möller
1999-09-03Fix server behaviour when facing backwards-compatible client hellos.Bodo Möller
1999-09-03-no_dhe option for ssltest.cBodo Möller
1999-08-18Fix horrible (and hard to track down) bug in ssl23_get_client_hello:Bodo Möller
In case of a restart, v[0] and v[1] were incorrectly initialised. This was interpreted by ssl3_get_client_key_exchange as an RSA decryption failure (don't ask me why) and caused it to create a _random_ master key instead (even weirder), which obviously led to incorrect input to ssl3_generate_master_secret and thus caused "block cipher pad is wrong" error messages from ssl3_enc for the client's Finished message. Arrgh.
1999-08-09BIO_write and BIO_read could, in theory, return -2.Bodo Möller
1999-08-09Provide fixed seed for parameter generation to speed up -dhe1024.Bodo Möller
1999-08-08Comments.Bodo Möller
1999-08-08add commentsBodo Möller
1999-08-05typo while I poke around...Ralf S. Engelschall
1999-08-05New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller
while implementing and using it.
1999-08-02generate error messageBodo Möller
1999-08-02fix 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
(because now SSL_new makes a copy).
1999-07-30correct error signalling for opendir() failureBodo Möller
1999-07-28VMS updates.Ulf Möller
Submitted by: Richard Levitte <levitte@stacken.kth.se>
1999-07-21Additional user data argument to pem_password_cb function typeBodo Möller
and to lots of PEM_... functions. Submitted by: Damien Miller <dmiller@ilogic.com.au>
1999-07-12cosmetic changesBodo Möller
1999-07-12fix memory leak in s3_clnt.cBodo Möller
1999-07-12Looks like another memory leak ...Bodo Möller
1999-07-09Fix memory checking.Bodo Möller
1999-07-02typoBodo Möller
1999-07-02typoBodo Möller
1999-07-02New functions SSL[_CTX]_{set,get}_mode; the initial set of mode flags isBodo Möller
SSL_MODE_ENABLE_PARTIAL_WRITE, SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER.
1999-06-28Fix comments.Bodo Möller
Submitted by: Anonymous
1999-06-25Memory leak checks.Bodo Möller
1999-06-14Obsolete.Bodo Möller
1999-06-14Comment adjusted to reality.Bodo Möller
1999-06-12Bugfix.Bodo Möller
1999-06-12BIO pairs.Bodo Möller
1999-06-10Avoid warnings.Bodo Möller
1999-06-09"extern" is a C++ reserved word.Ulf Möller
Pointed out by: Janez Jere <jj@void.si>
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller
a pain to read when using 4-space tabs.
1999-06-07Comments added.Bodo Möller
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>
1999-05-30More safe stack.Ben Laurie