summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | make the regress target build the program before using it.phessler2009-06-091-2/+2
* | | | Update to handle the default resolv order behavior.phessler2009-06-092-17/+24
* | | | quieten compiler by converting pointers to uintptr_t before truncating themderaadt2009-06-081-5/+5
* | | | compare and shift buffer against a fixed length not strlen derived values.pyr2009-06-051-6/+6
* | | | tweak -V;jmc2009-06-051-2/+3
* | | | The networking swissarmy knife needs to work on alternate domains as well.claudio2009-06-052-6/+29
* | | | simplify the 'family' option parser and make it more evident what we'repyr2009-06-042-25/+18
* | | | Don't assume that we can overwrite strings in the environment.millert2009-06-041-1/+3
* | | | Add a resolv.conf option to specify the order in which getaddrinfopyr2009-06-042-8/+63
* | | | Make putenv(), setenv() and unsetenv() standards compliant. Themillert2009-06-035-86/+117
* | | | - define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)jasper2009-06-022-3/+7
* | | | add ipsCA as a valid authority.dlg2009-05-251-0/+51
* | | | Document AI_NUMERICSERV; feedback and ok millert@jacekm2009-05-061-2/+9
* | | | update protocols for s_client;s -starttls; from bradjmc2009-04-191-5/+8
* | | | document that no leading whitespace is permitted between the option andokan2009-04-121-3/+5
* | | | resync libssl/libcrypto pod documentation - quite a few more pages anddjm2009-04-101-27/+242
* | | | sync with 0.9.8k;jmc2009-04-061-9/+19
* | | | crankus majorisdjm2009-04-063-3/+3
* | | | resolve conflictsdjm2009-04-0679-245/+430
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-0628-117/+14959
|\ \ \ \ | | |_|/ | |/| |
| * | | import of OpenSSL 0.9.8kdjm2009-04-0651-156/+15047
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-069-14/+21
|\ \ \ \ | | |_|/ | |/| |
| * | | import of OpenSSL 0.9.8kdjm2009-04-0675-194/+356
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-0635-117/+18446
|\ \ \ \ | | |_|/ | |/| |
| * | | import of OpenSSL 0.9.8kdjm2009-04-0639-149/+18486
* | | | correct argument type for swap64(); from Thomas Pfaffjmc2009-03-171-3/+3
* | | | 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