| Commit message (Expand) | Author | Age | Files | Lines |
* | sync tests with 0.9.7-beta1 | markus | 2002-09-03 | 12 | -46/+138 |
* | remove whitespace changes (keep diffs to 0.9.7-beta1 minimal) | markus | 2002-09-03 | 10 | -10/+8 |
* | sync these files with openssl-0.9.7-beta1, too | markus | 2002-09-03 | 15 | -177/+359 |
* | build OpenSSL without symlink trees: | markus | 2002-09-03 | 14 | -1065/+2806 |
* | evp_test.o should not be included in libcrypto (it defines _main !!) | markus | 2002-09-03 | 1 | -1/+1 |
* | not part of OpenSSL 0.9.7 | markus | 2002-09-03 | 3 | -39/+0 |
* | unused files, perl subdir not part of OpenSSL 0.9.7 | markus | 2002-09-03 | 14 | -2344/+0 |
* | unused files, not part of OpenSSL 0.9.7 | markus | 2002-09-03 | 76 | -18240/+0 |
* | Rename a bunch of the old bsd.regress.mk variables into the new ones. | avsm | 2002-09-02 | 7 | -18/+18 |
* | the regress target should be run-regress-atexit_test to avoid | avsm | 2002-09-02 | 1 | -2/+2 |
* | e_os.h is longer installed | markus | 2002-09-01 | 1 | -3/+3 |
* | ssl headers are already installed for libssl | markus | 2002-08-31 | 1 | -2/+2 |
* | don't install e_os.h (it's private) | markus | 2002-08-31 | 1 | -16/+1 |
* | don't install private headers | markus | 2002-08-31 | 1 | -6/+1 |
* | protect <openssl/krb5_asn.h> with OPENSSL_NO_KRB5 | markus | 2002-08-30 | 2 | -0/+4 |
* | make clean should not depend on prereq; ok fries@ | markus | 2002-08-30 | 1 | -2/+2 |
* | do not modify input files, allows ro source builds; tested by fries@ | markus | 2002-08-30 | 2 | -12/+14 |
* | remove generated files and generated symlinks (in make clean) | markus | 2002-08-30 | 4 | -591/+85 |
* | re-enable function pointer table protection, this time make sure that | dhartmei | 2002-08-30 | 4 | -73/+94 |
* | Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value. | itojun | 2002-08-28 | 1 | -2/+4 |
* | allocate 64K recieve buffer for DNS responses. | itojun | 2002-08-27 | 3 | -48/+78 |
* | Make this into a proper regress test. | art | 2002-08-26 | 1 | -3/+5 |
* | deal with negative return value from snprintf. | itojun | 2002-08-23 | 1 | -3/+5 |
* | drop AAAA reply with IPv4 mapped address. sync w/kame | itojun | 2002-08-22 | 2 | -2/+18 |
* | add missing CLEANFILES; ok miod@ | wcobb | 2002-08-21 | 1 | -2/+2 |
* | Suggest better types in examples; from NetBSD | miod | 2002-08-19 | 1 | -2/+2 |
* | snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255), | itojun | 2002-08-19 | 3 | -36/+76 |
* | Get rid of remaining __P usage (except for imported code); | jsyn | 2002-08-09 | 1 | -4/+4 |
* | remove obsolete comment, no SIOCGIFCONF path any more | itojun | 2002-08-09 | 1 | -5/+2 |
* | unifdef for auditability. | itojun | 2002-08-09 | 1 | -112/+5 |
* | Better fixes from openssl cvs; from markus@ | miod | 2002-08-05 | 2 | -6/+8 |
* | typo; from openssl cvs | markus | 2002-08-02 | 2 | -2/+2 |
* | Back it out, it breaks something in perl (seen with spamassassin), debug | dhartmei | 2002-07-31 | 3 | -87/+71 |
* | permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing; marku... | deraadt | 2002-07-31 | 1 | -2/+2 |
* | Oops. don't forget to reformat the code after cut 'n paste. | art | 2002-07-31 | 1 | -8/+8 |
* | Test that longjmp from signals works. (it does) | art | 2002-07-31 | 2 | -0/+31 |
* | sync with http://www.openssl.org/news/patch_20020730_0_9_7.txt | markus | 2002-07-30 | 8 | -26/+48 |
* | apply patches from OpenSSL Security Advisory [30 July 2002], | markus | 2002-07-30 | 29 | -14/+136 |
* | more strlcpy; itojun ok | deraadt | 2002-07-30 | 1 | -4/+4 |
* | return failure if integer overflow happens. sigh; too people had to | deraadt | 2002-07-30 | 1 | -1/+7 |
* | Replace atexit handler. mprotect() the pages so an attempt to modify the | dhartmei | 2002-07-29 | 3 | -71/+87 |
* | Try to modify __atexit directly and see if our function gets called. | dhartmei | 2002-07-29 | 4 | -0/+152 |
* | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | itojun | 2002-07-29 | 1 | -2/+8 |
* | more snprintf and strlcpy; help from millert | deraadt | 2002-07-25 | 1 | -13/+48 |
* | kill more strcpy | deraadt | 2002-07-25 | 4 | -16/+15 |
* | cleanup | deraadt | 2002-07-25 | 1 | -23/+26 |
* | Convert to ANSI function headers and make 'ch' argument int, not char. | millert | 2002-07-24 | 2 | -8/+6 |
* | have _THREAD_PRIVATE_MUTEX for DNS/YP/hosts lookup. | itojun | 2002-07-24 | 1 | -3/+16 |
* | remove #define crypt DES_crypt; ok deraadt@ | markus | 2002-07-19 | 2 | -8/+0 |
* | use /bin/sh for bourne shell scripts (instead of the $SHELL env var). | markus | 2002-07-18 | 1 | -1/+1 |