summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* from head, will become 5.3 015_openssl.patchOPENBSD_5_3deraadt2014-04-121-1/+1
* MFC:djm2014-04-082-13/+27
* MFC: Reliability fix for SHA384 SSL/TLS ciphers on strict alignmentjca2013-12-201-1/+8
* This commit was manufactured by cvs2git to create branch 'OPENBSD_5_3'.cvs2svn2013-02-141001-357671/+0
* cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-1430-557/+2564
* remove ACSS, crank libcrypto major; ok markus@ deraadt@djm2013-01-2614-882/+4
* Don't pull <math.h> just because it can return HUGE_VAL in themartynas2013-01-151-3/+2
* Simple tests for fmemopen(3) and open_memstream(3)mpi2013-01-014-0/+175
* Fix bug in random offset introduced in rev 1.143; random range wasotto2012-12-221-3/+3
* add test case for gethostbyname() called with numeric hostnameeric2012-12-171-1/+2
* - use diff -u like most anywhere to make the output readable.jasper2012-12-161-2/+2
* document RES_USE_DNSSEC; text tweaked by sthenjmc2012-12-121-2/+6
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-052-5/+2
* no need for .Pp before lists;jmc2012-12-051-3/+2
* Rewritten posix_openpt manual that doesn't include any of the POSIXmillert2012-12-041-74/+49
* Use "path name" not "pathname".millert2012-12-041-3/+3
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-3/+1
* Simple emulation of POSIX pty APIs posix_openpt(), ptsname(),millert2012-12-034-6/+414
* New CA root certificates, ok beck@.sthen2012-12-031-99/+1705
* Additional CA root certificates: GeoTrust/Equifax, Go Daddy, StartCom, thawte.sthen2012-12-011-0/+1187
* Regenerate the text information for all certificates with recent opensslsthen2012-11-301-439/+465
* Remove retired Thawte/Verisign certificates.sthen2012-11-301-499/+0
* Document a known bug in the DES crypt cipher implementation which we'restsp2012-11-301-2/+6
* - put the various options into the same order as those in resolv.hjmc2012-11-291-17/+38
* remove some useless Tn and double punctuation;jmc2012-11-191-16/+7
* RES_IGNTC is no longer ignored; ok sthenjmc2012-11-191-4/+4
* Ensure that the base provided to strtol(3) is between 2 and 36 inclusive,jsing2012-11-181-1/+12
* Add a regress test for strtol, which currently fails.jsing2012-11-183-2/+86
* Per POSIX, fix raise() and abort() to send the signal to the current thread.guenther2012-11-101-3/+5
* Add a new malloc option 'U' => "Free unmap" that does the guarding/djm2012-11-022-18/+36
* On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don'tkettenis2012-10-318-18/+10
* Restore r1.10, lost during last update:miod2012-10-222-2/+2
* Makefile and header changes for OpenSSL-1.0.1cdjm2012-10-1320-139/+361
* import files that CVS missed; sighdjm2012-10-1310-0/+1498
* resolve conflictsdjm2012-10-13504-7535/+33760
* This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-1342-591/+570
|\
| * import OpenSSL-1.0.1cdjm2012-10-13339-4357/+15664
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-13219-1382/+57417
|\ \
| * | import OpenSSL-1.0.1cdjm2012-10-13248-2332/+62631
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-13160-1420/+48653
|\ \ \
| * | | import OpenSSL-1.0.1cdjm2012-10-13359-4455/+63120
* | | | last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-279-88/+91
* | | | last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-261-19/+45
* | | | Make setenv(3) consistent with unsetenv(3), giving EINVAL if passedjeremy2012-09-232-20/+10
* | | | remove some wacky Xo/Xc;jmc2012-09-161-3/+3
* | | | remove tahoe-specific makefile machinery, no such hardware is known to bemiod2012-09-151-5/+1
* | | | Document that strtod functions accept INF, NAN, NAN(). From Michal Mazurek.martynas2012-09-151-3/+28
* | | | specify the bounds of the dst to strlcat (both values were static andderaadt2012-09-131-2/+2
* | | | Fix precedence bug (& has lower precedence than !=).pirofti2012-09-131-2/+2
* | | | run regress with the local env tooeric2012-09-051-2/+2