| Commit message (Expand) | Author | Files | Lines |
2009-04-10 | resync libssl/libcrypto pod documentation - quite a few more pages and | djm | 1 | -27/+242 |
2009-04-06 | sync with 0.9.8k; | jmc | 1 | -9/+19 |
2009-04-06 | crankus majoris | djm | 3 | -3/+3 |
2009-04-06 | resolve conflicts | djm | 79 | -245/+430 |
2009-04-06 | import of OpenSSL 0.9.8k | djm | 51 | -156/+15047 |
2009-04-06 | import of OpenSSL 0.9.8k | djm | 75 | -194/+356 |
2009-04-06 | import of OpenSSL 0.9.8k | djm | 39 | -149/+18486 |
2009-03-17 | correct argument type for swap64(); from Thomas Pfaff | jmc | 1 | -3/+3 |
2009-02-18 | Test to show glob bug introduced with POSIX char class support. | millert | 1 | -0/+3 |
2009-02-18 | Add missing CURDIR | millert | 1 | -2/+2 |
2009-02-13 | kill whitespace at eol; | jmc | 1 | -2/+2 |
2009-02-13 | decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@ | otto | 1 | -8/+10 |
2009-02-10 | correct function definitions; from Markus Bergkvist | jmc | 1 | -4/+4 |
2009-01-30 | missing ssl_sock_init() call in init_client() (used by | djm | 1 | -3/+10 |
2009-01-30 | remove some gratuitous changes that do nothing other than inrease | djm | 1 | -2/+1 |
2009-01-12 | convert a strdup (into a purpose-allocated buffer) in libcrypto to a | djm | 2 | -4/+6 |
2009-01-09 | openssl-0.9.8j enables RFC3546 TLS extensions by default (e.g. the very | djm | 13 | -39/+0 |
2009-01-09 | adjust Makefile and crank major for openssl-0.9.8j | djm | 17 | -16/+56 |
2009-01-09 | resolve conflicts | djm | 538 | -7811/+10571 |
2009-01-09 | import openssl-0.9.8j | djm | 263 | -2494/+3222 |
2009-01-09 | import openssl-0.9.8j | djm | 532 | -8743/+31783 |
2009-01-09 | import openssl-0.9.8j | djm | 79 | -606/+3434 |
2009-01-08 | Add a missing MLINK for BIO_new_socket. | oga | 1 | -1/+2 |
2009-01-05 | This commit was manufactured by cvs2git to create branch 'OPENSSL'. | cvs2svn | 4 | -0/+2088 |
2009-01-05 | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 190 | -3245/+5824 |
2009-01-03 | reintroduce extra malloc protections, but avoiding the use of | djm | 1 | -164/+229 |
2008-12-31 | PAGE_SIZE is not a valid symbol to use in that way. In particular, | deraadt | 1 | -235/+164 |
2008-12-30 | Remove mprotecting of struct dir_info introduced in previous commit | djm | 2 | -46/+4 |
2008-12-29 | extra paranoia for malloc(3): | djm | 2 | -165/+278 |
2008-12-23 | repair the ARC4 story; ok jmc djm millert | deraadt | 1 | -5/+7 |
2008-12-22 | The example for detecting malicious PTR records could be easily misinterpreted. | jacekm | 1 | -5/+4 |
2008-12-15 | shave off more bytes than you expect by declaring a few const local arrays | otto | 1 | -4/+4 |
2008-12-09 | fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon | otto | 2 | -7/+7 |
2008-12-07 | Document that ethers_aton returns NULL for invalid addresses. | weerd | 1 | -2/+4 |
2008-11-26 | Fix typo, okay jmc@. | pedro | 1 | -3/+3 |
2008-11-24 | Correctly jump over routing headers and calculate the size of the if_data | claudio | 1 | -7/+14 |
2008-11-20 | move allocations between half a page and a page as close to the end of | otto | 2 | -4/+5 |
2008-11-20 | Reduce the leeway malloc allows when moving allocations to the end of | otto | 1 | -2/+2 |
2008-11-13 | To allow for easier playing with more strict settings introduce | otto | 1 | -5/+14 |
2008-11-12 | avoid a few strlen calls for constant strings; prompted by tg; ok djm@ | otto | 1 | -10/+10 |
2008-11-06 | if the freeprot flag (F) is set, do not do delayed frees for chunks | otto | 1 | -6/+10 |
2008-11-03 | sync to openssl-0.9.8i; | jmc | 1 | -18/+22 |
2008-11-02 | fix markup of example line and description of G flag; partly from and | otto | 1 | -5/+4 |
2008-11-02 | remove distinction between warnings and errors, ok deraadt@ djm@ | otto | 2 | -73/+38 |
2008-10-29 | if MALLOC_STATS is defined, record how many "cheap reallocs" were | otto | 1 | -1/+8 |
2008-10-20 | oops, assign errno the right way. caught by david running regress tests | otto | 1 | -2/+2 |
2008-10-03 | reduce rbyte cache to 512 bytes, no measurable slowdown (even in the | otto | 1 | -2/+2 |
2008-10-03 | save and restore errno on success. while it is not stricly needed for | otto | 1 | -4/+14 |
2008-10-03 | zap __arc4_getbyte(), it was only used by the old malloc; ok millert@ | otto | 1 | -14/+1 |
2008-10-03 | when increasing the size of a larger than a page allocation try | otto | 1 | -3/+41 |