| Commit message (Expand) | Author | Age | Files | Lines |
* | use socklen_t where needed; henning pvalchev ok | deraadt | 2002-09-06 | 2 | -5/+5 |
* | This commit was generated by cvs2git to track changes on a CVS vendor | markus | 2002-09-05 | 8 | -6/+245 |
|\ |
|
| * | import openssl-0.9.7-beta3 | markus | 2002-09-05 | 205 | -746/+5180 |
* | | merge with 0.9.7-beta1 | markus | 2002-09-05 | 45 | -193/+119 |
* | | This commit was generated by cvs2git to track changes on a CVS vendor | markus | 2002-09-05 | 14 | -0/+1683 |
|\| |
|
| * | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 1098 | -51321/+113317 |
| * | This commit was manufactured by cvs2git to create branch 'openssl'. | cvs2svn | 2002-05-15 | 976 | -0/+214439 |
* | | more cruft | markus | 2002-09-04 | 2 | -4/+0 |
* | | more cruft. | markus | 2002-09-04 | 9 | -446/+0 |
* | | sync formatting with 0.9.7 | markus | 2002-09-04 | 2 | -4/+2 |
* | | no need to set $SHELL | markus | 2002-09-04 | 1 | -1/+1 |
* | | execute bourne shell scripts with 'sh' and not with $SHELL | markus | 2002-09-04 | 86 | -90/+90 |
* | | 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 |