summaryrefslogtreecommitdiffstats
path: root/shlib (unfollow)
Commit message (Expand)AuthorFilesLines
2003-10-29Removing those memcpy()s also took away the possibility for in and out toRichard Levitte1-3/+4
2003-10-29remove accidentally committed debugging cruft.Geoff Thorpe1-2/+0
2003-10-29Remove an unnecessary cast that causes certain compilers (eg. mine) someGeoff Thorpe1-4/+4
2003-10-29Remove redundant declaration.Geoff Thorpe1-3/+0
2003-10-29Relax some over-zealous constification that gave some lhash-based code noGeoff Thorpe4-10/+21
2003-10-29Comments out some unimplemented functions instead of redeclaring them.Geoff Thorpe1-1/+3
2003-10-29Avoid "empty source file" warnings.Geoff Thorpe1-0/+2
2003-10-29For whatever reason (compiler or header bugs), at least one commonly-usedGeoff Thorpe4-24/+58
2003-10-29Update any code that was using deprecated functions so that everything buildsGeoff Thorpe9-55/+88
2003-10-29When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or shouldGeoff Thorpe5-1/+22
2003-10-29The "cryptodev" engine preprocessor logic used undefined symbols inGeoff Thorpe1-1/+2
2003-10-28Add my own debug config target.Geoff Thorpe2-0/+26
2003-10-28make updateGeoff Thorpe4-7/+35
2003-10-28Ignore derived file.Geoff Thorpe1-0/+1
2003-10-28crypto/evp/evptests.txt is copied to tests/ rather than symlinked becauseGeoff Thorpe1-0/+1
2003-10-24Remove duplicate prototypes have already been (correctly) added to rsa.h,Geoff Thorpe1-4/+0
2003-10-15Correct serious bug in AES-CBC decryption when the message length isn'tRichard Levitte1-5/+4
2003-10-13The object file is o_str.o, not o_str.c.Richard Levitte1-1/+1
2003-10-12Add support for digested data PKCS#7 type.Dr. Stephen Henson5-62/+144
2003-10-11Simplify cipher and digest lookup in PKCS#7 code.Dr. Stephen Henson1-6/+5
2003-10-11New function to initialize a PKCS7 structure of type other.Dr. Stephen Henson3-0/+15
2003-10-11Initialize digested data type in PKCS7_set_type().Dr. Stephen Henson1-0/+5
2003-10-11Retrieve correct content to sign when theDr. Stephen Henson2-26/+25
2003-10-11Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson3-4/+5
2003-10-07In realloc, don't destroy the old memory area if a new one couldn't beRichard Levitte1-3/+7
2003-10-06make updateRichard Levitte1-0/+3
2003-10-06s_client should inform the user of any compression/expansion methods used.Richard Levitte1-0/+7
2003-10-06Add functionality to get information on compression methods (not quite comple...Richard Levitte4-0/+32
2003-10-06Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte7-17/+45
2003-10-06Setting the ex_data index is unsafe in a threaded environment, soRichard Levitte3-5/+10
2003-10-04Remove unused code, don't use zlib functions that are really macrosRichard Levitte1-6/+19
2003-10-02Check for errors from SSL_COMP_add_compression_method().Richard Levitte1-1/+8
2003-10-02Correct a mixup of return valuesRichard Levitte1-2/+2
2003-10-01Include e_os.h to get a proper definition of memmove on the platformsRichard Levitte1-0/+1
2003-10-01Corrected misplacement of one of the greps...Richard Levitte1-1/+1
2003-10-01Remove leading and trailing spaces and tabsRichard Levitte1-0/+2
2003-10-01Avoid 'file names' with spacesRichard Levitte1-0/+2
2003-10-01Use correct case for manual page referencesRichard Levitte1-1/+1
2003-09-30Correct incorrect mode bits change.Richard Levitte1-1/+1
2003-09-30Correct buggy PODs (missing commas and a prepended space).Richard Levitte3-3/+3
2003-09-30ASN1 parse fix and release file changes.Dr. Stephen Henson6-6/+62
2003-09-28Further VxWorks changes from Bob Bradley <bob@chaoticsoftware.com>, thisRichard Levitte2-5/+9
2003-09-28Synchronise util/libeay.num with the 0.9.7-stable one.Richard Levitte3-344/+370
2003-09-28Uhmm, It seem to have forgotten one file when I committed the MSDOSRichard Levitte1-3/+20
2003-09-28Change the indentation from 12 to indent+4.Richard Levitte1-1/+1
2003-09-28Make MD5 assembler code able to handle messages larger than 2GB on 32-bitRichard Levitte4-1/+10
2003-09-27Selected changes for MSDOS, contributed by Gisle Vanem <giva@bgnett.no>.Richard Levitte3-19/+19
2003-09-27Add reference counting around the thread state hash table.Richard Levitte2-1/+42
2003-09-27Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.Richard Levitte1-0/+1
2003-09-27Have ssl3_send_certificate_request() change the state to SSL3_ST_SW_CERT_REQ_B.Richard Levitte1-0/+1