| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | merge with openssl-0.9.7-stable-SNAP-20020911, | markus | 2002-09-14 | 153 | -1211/+2465 |
* | This commit was generated by cvs2git to track changes on a CVS vendor | markus | 2002-09-12 | 25 | -26/+5522 |
|\ |
|
| * | import openssl-0.9.7-stable-SNAP-20020911 (without idea) | markus | 2002-09-12 | 128 | -519/+6497 |
* | | This commit was generated by cvs2git to track changes on a CVS vendor | markus | 2002-09-12 | 1 | -0/+621 |
|\ \ |
|
| * | | import openssl-0.9.7-stable-SNAP-20020911 (without idea) | markus | 2002-09-12 | 41 | -331/+1189 |
| * | | import openssl-0.9.7-beta3 | markus | 2002-09-05 | 78 | -149/+765 |
| * | | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 476 | -27019/+46811 |
| * | | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'. | cvs2svn | 2002-05-15 | 299 | -0/+64443 |
* | | | evp.h should not pull in all other header files, especially | markus | 2002-09-10 | 2 | -114/+0 |
* | | | merge openssl-0.9.7-beta3, tested on vax by miod@ | markus | 2002-09-10 | 354 | -4344/+9951 |
* | | | ansi pedantic. ok deraadt@ | jakob | 2002-09-07 | 1 | -11/+12 |
* | | | missing include, ok theo | henning | 2002-09-06 | 1 | -1/+2 |
* | | | 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 |