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