summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Put -I${includedir} back into Cflags so configure script tests likenaddy2011-01-251-4/+8
* Correctly escape a literal colon in an enclosure;schwarze2011-01-241-3/+3
* - simplify, krb5 handling is not needed.jasper2011-01-212-27/+8
* superceded -> superseded;jmc2011-01-141-3/+3
* - adjust krb5 directoriesjasper2011-01-031-8/+5
* - ensure ${DESTDIR}/usr/lib/pkgconfig/ as running make distrib-dirs is notjasper2010-12-281-2/+3
* - generate and install pkg-config files for openssl, which more and morejasper2010-12-282-1/+122
* remove comment that hasn't been true for quite a while now;otto2010-12-221-6/+1
* avoid pointer arithmetic on void *dhill2010-12-161-5/+5
* move CRYPTO_VIAC3_MAX out of cryptodev.h and into the onlyjsg2010-12-162-0/+4
* The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX lengthjsg2010-12-162-4/+4
* Security fix for CVE-2010-4180 as mentioned in http://www.openssl.org/news/se...jasper2010-12-154-0/+16
* involes -> involves; from Carlos Alberto Pereira Gomesjmc2010-11-301-1/+1
* - Apply security fix for CVE-2010-3864 (+commit 19998 which fixes the fix).jasper2010-11-172-36/+84
* remove skipjack and cast from the libc; ok deraadtmikeb2010-10-283-1053/+2
* print the pointer value that caused the error (if available); okotto2010-10-211-47/+54
* Disable use of dladdr() on a.out arches, they do not provide it (yet); ok djm@miod2010-10-182-2/+2
* OpenSSL grows another undocumented header, apparently needed on armishdjm2010-10-071-1/+2
* More OpenSSL fixes:djm2010-10-067-26/+30
* Retire Skipjackmikeb2010-10-064-4/+0
* Our make already uses sh -e when executing commands.naddy2010-10-041-7/+7
* DES_LONG should be u_int on all platforms, it was spuriouslydjm2010-10-031-1/+1
* percolate up errors from perl asm scripts, correctly enable SHA-256 asm ondjm2010-10-021-9/+9
* fix -Wall due to API changedjm2010-10-012-6/+6
* update supporting files, crank library majorsdjm2010-10-0118-274/+621
* add missing; yay for cvs!djm2010-10-015-0/+607
* resolve conflicts, fix local changesdjm2010-10-011649-188904/+70184
* This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-01189-4739/+34138
|\
| * import OpenSSL-1.0.0adjm2010-10-01569-17816/+61097
| * This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2010-07-011-0/+992
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-01121-3204/+4684
|\ \
| * | import OpenSSL-1.0.0adjm2010-10-01798-31734/+48478
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-01339-5051/+49844
|\ \ \
| * | | import OpenSSL-1.0.0adjm2010-10-01373-6688/+55495
| * | | This commit was manufactured by cvs2git to create branch 'OPENSSL'.cvs2svn2010-07-011-0/+992
* | | | Make gcvt() better match printf("%g") behavior, it now passes regress.millert2010-09-251-11/+23
* | | | Add timingsafe_bcmp(3) to libc, mention that it's already in thematthew2010-09-243-5/+62
* | | | Implement if_freenameindex() as a real function as required by posix.claudio2010-09-241-1/+7
* | | | more wacky macro fixing;jmc2010-09-191-37/+37
* | | | observe the following spelling:jmc2010-09-102-9/+9
* | | | Use mandoc instead of groff to build PostScript manuals; note thatschwarze2010-09-091-3/+3
* | | | Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-012-54/+58
* | | | Check for duplicate variables in the environment when setting a valuemillert2010-08-232-11/+24
* | | | Sync hcreate(3) with NetBSD, adding some caveats.ray2010-07-281-12/+67
* | | | getopt_long.c replaced getopt.c 6+ years ago; we can retireblambert2010-07-221-7/+1
* | | | Document new unsetenv() error returns.naddy2010-07-061-2/+8
* | | | getpeereid() can now be a library routine using getsockopt() withderaadt2010-07-013-3/+158
* | | | oops. Missed this from my aes-ni commit.thib2010-07-011-3/+4
* | | | AES-NI engine support for OpenSSL.thib2010-07-0120-6/+3322
* | | | use a union to align the dns answer buffer until gcc4 is fixedderaadt2010-06-291-5/+8