summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-06-15pay attention to blocksize before attempting decryptionBodo Möller
2001-06-07Use memmove() instead of memcpy() on areas that may overlap.Richard Levitte
2001-06-01Fix Bleichenbacher PKCS #1 1.5 countermeasure.Bodo Möller
2001-05-10Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson
2001-05-07Initial CRL based revocation checking.Dr. Stephen Henson
2001-04-08Avoid assert() in the library.Bodo Möller
2001-04-08Resize a local buffer to accomodate the size requirements of AES.Richard Levitte
2001-04-03This change should be suitable as a workaround for the Solaris x86Bodo Möller
2001-03-11Forcibly enable memory leak checking during "make test"Bodo Möller
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-03-09Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller
2001-03-08add ssl23_peekBodo Möller
2001-03-07Fix ERR_R_... problems.Bodo Möller
2001-03-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller
2001-03-02For SSLv2, return the SSLv2 method, not the SSLv23 method. This way,Richard Levitte
2001-02-26make updateRichard Levitte
2001-02-23Fix an oversight - when checking a potential session ID for conflicts withGeoff Thorpe
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-22Include e_os2.h instead of opensslconf.h.Richard Levitte
2001-02-21If a callback is generating a new session ID for SSLv2, then upon exiting,Geoff Thorpe
2001-02-21This change allows a callback to be used to override the generation ofGeoff Thorpe
2001-02-21'make update'Geoff Thorpe
2001-02-20Let VMS catch up.Richard Levitte
2001-02-20DEC C on VMS is pedantic by definition.Richard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Temporary fix for build break.Ulf Möller
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-09New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke
2001-02-07Fix AES code.Dr. Stephen Henson
2001-02-06Rijdael CBC mode and partial undebugged SSL support.Ben Laurie
2001-02-04Make depend.Ben Laurie
2001-01-25Zero the premaster secret after deriving the master secret in DHDr. Stephen Henson
2001-01-23For improved compatibility with 'strange' certificates, add someBodo Möller
2001-01-22Definition of NO_KRB5 in ssl.h for external applications.Ulf Möller
2001-01-09Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe
2000-12-31If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte
2000-12-31Uhmm, the keyword TRUE does not exist of course...Richard Levitte
2000-12-29Check for deselection of KRB5. In fact, skip it completely on VMS for now...Richard Levitte
2000-12-29"make update" plus a rewrite of both .num files.Richard Levitte
2000-12-28Update VMS build procedures to match the current status.Richard Levitte
2000-12-27Get rid of unused error code.Bodo Möller
2000-12-26Finish SSL_peek/SSL_pending fixes.Bodo Möller
2000-12-25Fix SSL_peek and SSL_pending.Bodo Möller
2000-12-18Import s2_pkt.c wbuf fixes from OpenSSL_0_9_6-stable branch.Bodo Möller
2000-12-15Locking issues.Bodo Möller
2000-12-14typoBodo Möller
2000-12-14First step towards SSL_peek fix.Bodo Möller
2000-12-12SSL_new() may potentially add a certfificate. Therefore, wenRichard Levitte
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe