summaryrefslogtreecommitdiff
path: root/src/regress (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-25typo;jmc1-3/+3
2009-06-21fix rcs ids. ok sthen@martynas1-1/+1
2009-06-21abs conforms c99 -> imaxabs conforms c99. ok millert@martynas1-3/+3
2009-06-09make the regress target build the program before using it.phessler1-2/+2
2009-06-09Update to handle the default resolv order behavior.phessler2-17/+24
2009-06-08quieten compiler by converting pointers to uintptr_t before truncating themderaadt1-5/+5
2009-06-05compare and shift buffer against a fixed length not strlen derived values.pyr1-6/+6
2009-06-05tweak -V;jmc1-2/+3
2009-06-05The networking swissarmy knife needs to work on alternate domains as well.claudio2-6/+29
2009-06-04simplify the 'family' option parser and make it more evident what we'repyr2-25/+18
2009-06-04Don't assume that we can overwrite strings in the environment.millert1-1/+3
2009-06-04Add a resolv.conf option to specify the order in which getaddrinfopyr2-8/+63
2009-06-03Make putenv(), setenv() and unsetenv() standards compliant. Themillert5-86/+117
2009-06-02- define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)jasper2-3/+7
2009-05-25add ipsCA as a valid authority.dlg1-0/+51
2009-05-06Document AI_NUMERICSERV; feedback and ok millert@jacekm1-2/+9
2009-04-19update protocols for s_client;s -starttls; from bradjmc1-5/+8
2009-04-12document that no leading whitespace is permitted between the option andokan1-3/+5
2009-04-10resync libssl/libcrypto pod documentation - quite a few more pages anddjm1-27/+242
2009-04-06sync with 0.9.8k;jmc1-9/+19
2009-04-06crankus majorisdjm3-3/+3
2009-04-06resolve conflictsdjm79-245/+430
2009-04-06import of OpenSSL 0.9.8kdjm51-156/+15047
2009-04-06import of OpenSSL 0.9.8kdjm75-194/+356
2009-04-06import of OpenSSL 0.9.8kdjm39-149/+18486
2009-03-17correct argument type for swap64(); from Thomas Pfaffjmc1-3/+3
2009-02-18Test to show glob bug introduced with POSIX char class support.millert1-0/+3
2009-02-18Add missing CURDIRmillert1-2/+2
2009-02-13kill whitespace at eol;jmc1-2/+2
2009-02-13decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@otto1-8/+10
2009-02-10correct function definitions; from Markus Bergkvistjmc1-4/+4
2009-01-30missing ssl_sock_init() call in init_client() (used bydjm1-3/+10
2009-01-30remove some gratuitous changes that do nothing other than inreasedjm1-2/+1
2009-01-12convert a strdup (into a purpose-allocated buffer) in libcrypto to adjm2-4/+6
2009-01-09openssl-0.9.8j enables RFC3546 TLS extensions by default (e.g. the verydjm13-39/+0
2009-01-09adjust Makefile and crank major for openssl-0.9.8jdjm17-16/+56
2009-01-09resolve conflictsdjm538-7811/+10571
2009-01-09import openssl-0.9.8jdjm263-2494/+3222
2009-01-09import openssl-0.9.8jdjm532-8743/+31783
2009-01-09import openssl-0.9.8jdjm79-606/+3434
2009-01-08Add a missing MLINK for BIO_new_socket.oga1-1/+2
2009-01-05This commit was manufactured by cvs2git to create branch 'OPENSSL'.cvs2svn4-0/+2088
2009-01-05update to openssl-0.9.8i; tested by several, especially krw@djm190-3245/+5824
2009-01-03reintroduce extra malloc protections, but avoiding the use ofdjm1-164/+229
2008-12-31PAGE_SIZE is not a valid symbol to use in that way. In particular,deraadt1-235/+164
2008-12-30Remove mprotecting of struct dir_info introduced in previous commitdjm2-46/+4
2008-12-29extra paranoia for malloc(3):djm2-165/+278
2008-12-23repair the ARC4 story; ok jmc djm millertderaadt1-5/+7
2008-12-22The example for detecting malicious PTR records could be easily misinterpreted.jacekm1-5/+4
2008-12-15shave off more bytes than you expect by declaring a few const local arraysotto1-4/+4