Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | evp_test.o should not be included in libcrypto (it defines _main !!) | markus | 2002-09-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | no version change for the shared libs; ok deraadt@ | |||||
* | | | 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 | |
| | | | | | | | | | | | | ok art@ | |||||
* | | | the regress target should be run-regress-atexit_test to avoid | avsm | 2002-09-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | aborting a regress run if it fails | |||||
* | | | 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 | |
| | | | | | | | | | | | | remove duplicate headers, trailing whitespace | |||||
* | | | don't install private headers | markus | 2002-08-31 | 1 | -6/+1 | |
| | | | | | | | | | | | | remove trailing whitespace | |||||
* | | | 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 | |
| | | | | | | | | | | | | | | | malloc.c gets the first mmap() call (since it depends on that, for its sbrk(0) use). ok deraadt@ | |||||
* | | | Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value. | itojun | 2002-08-28 | 1 | -2/+4 | |
| | | | | | | | | | | | | from onoe@sm.sony.co.jp | |||||
* | | | 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 | |
| | | | | | | | | | | | | draft-itojun-v6ops-v4mapped-harmful-00.txt | |||||
* | | | 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 | |
| | | | | | | | | | | | | more pickier string manipulation. deraadt ok | |||||
* | | | Get rid of remaining __P usage (except for imported code); | jsyn | 2002-08-09 | 1 | -4/+4 | |
| | | | | | | | | | | | | ok millert@, rogue ok pjanzen@ | |||||
* | | | 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 | |
| | | | | | | | | | | | | first. | |||||
* | | | permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing; ↵ | deraadt | 2002-07-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | markus miod ok | |||||
* | | | 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 | |
| | | | | | | | | | | | | | | | (adds fix for unused kerberos and engine code, and some more assertions, as well as a 64bit integer string fix for conf_mod.c) | |||||
* | | | apply patches from OpenSSL Security Advisory [30 July 2002], | markus | 2002-07-30 | 29 | -14/+136 | |
| | | | | | | | | | | | | http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2 | |||||
* | | | 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 | |
| | | | | | | | | | | | | help get this right. | |||||
* | | | Replace atexit handler. mprotect() the pages so an attempt to modify the | dhartmei | 2002-07-29 | 3 | -71/+87 | |
| | | | | | | | | | | | | | | | function pointers from the outside will segfault. Idea, hints and feedback from deraadt. ok deraadt. | |||||
* | | | 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 | |
| | | | | | | | | | | | | (need some string-manipulation cleanup near here) | |||||
* | | | 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 | |
| | | | | | | | | | | | | Noticed by deraadt@ | |||||
* | | | 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 | |
| | | | | | | | | | | | | ok deraadt@ | |||||
* | | | Correct CFLAGS for vax; deraadt says ok. | hugh | 2002-07-18 | 1 | -5/+2 | |
| | | | | | | | | | | | | NB future porters, default is still big endian. | |||||
* | | | correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822. | fgsch | 2002-07-16 | 2 | -4/+4 | |
| | | | ||||||
* | | | clean | deraadt | 2002-07-11 | 1 | -123/+59 | |
| | | | ||||||
* | | | Disable support for the other hardware accelerators. No need to crank the | deraadt | 2002-07-11 | 1 | -5/+8 | |
| | | | | | | | | | | | | major because these interfaces are really not exported (or used). |