summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Security fix for CVE-2010-0740OPENBSD_4_5jasper2010-03-311-3/+4
* MFC, original commit by djm@:jasper2010-03-124-8/+11
* Pull Ben Lauries blind prefix injection fix for CVE-2009-3555 fromsthen2009-11-174-1/+16
* MFC: fixes for OpenSSL ASN.1 invalid memory accesses (CVE-2009-0590 anddjm2009-04-083-2/+16
* This commit was manufactured by cvs2git to create branch 'OPENBSD_4_5'.cvs2svn2009-02-18802-237618/+0
* Test to show glob bug introduced with POSIX char class support.millert2009-02-181-0/+3
* Add missing CURDIRmillert2009-02-181-2/+2
* kill whitespace at eol;jmc2009-02-131-2/+2
* decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@otto2009-02-131-8/+10
* correct function definitions; from Markus Bergkvistjmc2009-02-101-4/+4
* missing ssl_sock_init() call in init_client() (used bydjm2009-01-301-3/+10
* remove some gratuitous changes that do nothing other than inreasedjm2009-01-301-2/+1
* convert a strdup (into a purpose-allocated buffer) in libcrypto to adjm2009-01-122-4/+6
* openssl-0.9.8j enables RFC3546 TLS extensions by default (e.g. the verydjm2009-01-0913-39/+0
* adjust Makefile and crank major for openssl-0.9.8jdjm2009-01-0917-16/+56
* resolve conflictsdjm2009-01-09538-7811/+10571
* This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-0928-68/+297
|\
| * import openssl-0.9.8jdjm2009-01-09263-2494/+3222
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-09180-4318/+21828
|\ \
| * | import openssl-0.9.8jdjm2009-01-09532-8743/+31783
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-0955-108/+2573
|\ \ \
| * | | import openssl-0.9.8jdjm2009-01-0979-606/+3434
| * | | This commit was manufactured by cvs2git to create branch 'OPENSSL'.cvs2svn2009-01-054-0/+2088
* | | | Add a missing MLINK for BIO_new_socket.oga2009-01-081-1/+2
* | | | update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-05190-3245/+5824
* | | | reintroduce extra malloc protections, but avoiding the use ofdjm2009-01-031-164/+229
* | | | PAGE_SIZE is not a valid symbol to use in that way. In particular,deraadt2008-12-311-235/+164
* | | | Remove mprotecting of struct dir_info introduced in previous commitdjm2008-12-302-46/+4
* | | | extra paranoia for malloc(3):djm2008-12-292-165/+278
* | | | repair the ARC4 story; ok jmc djm millertderaadt2008-12-231-5/+7
* | | | The example for detecting malicious PTR records could be easily misinterpreted.jacekm2008-12-221-5/+4
* | | | shave off more bytes than you expect by declaring a few const local arraysotto2008-12-151-4/+4
* | | | fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soonotto2008-12-092-7/+7
* | | | Document that ethers_aton returns NULL for invalid addresses.weerd2008-12-071-2/+4
* | | | Fix typo, okay jmc@.pedro2008-11-261-3/+3
* | | | Correctly jump over routing headers and calculate the size of the if_dataclaudio2008-11-241-7/+14
* | | | move allocations between half a page and a page as close to the end ofotto2008-11-202-4/+5
* | | | Reduce the leeway malloc allows when moving allocations to the end ofotto2008-11-201-2/+2
* | | | To allow for easier playing with more strict settings introduceotto2008-11-131-5/+14
* | | | avoid a few strlen calls for constant strings; prompted by tg; ok djm@otto2008-11-121-10/+10
* | | | if the freeprot flag (F) is set, do not do delayed frees for chunksotto2008-11-061-6/+10
* | | | sync to openssl-0.9.8i;jmc2008-11-031-18/+22
* | | | fix markup of example line and description of G flag; partly from andotto2008-11-021-5/+4
* | | | remove distinction between warnings and errors, ok deraadt@ djm@otto2008-11-022-73/+38
* | | | if MALLOC_STATS is defined, record how many "cheap reallocs" wereotto2008-10-291-1/+8
* | | | oops, assign errno the right way. caught by david running regress testsotto2008-10-201-2/+2
* | | | reduce rbyte cache to 512 bytes, no measurable slowdown (even in theotto2008-10-031-2/+2
* | | | save and restore errno on success. while it is not stricly needed forotto2008-10-031-4/+14
* | | | zap __arc4_getbyte(), it was only used by the old malloc; ok millert@otto2008-10-031-14/+1
* | | | when increasing the size of a larger than a page allocation tryotto2008-10-031-3/+41