kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
9c8cf593 2014-10-14 21:54:37 add missing commas from man links
67ec615a 2014-10-14 20:55:04 update man links
3d3c2467 2014-10-14 20:54:42 don't fail to make dist on a clean repo
cf1c1f35 2014-10-14 20:44:55 crank version
0534fffe 2014-10-13 06:12:07 update to new converted SSL manpages
5c23f251 2014-09-26 16:12:53 clear local manpage cache before generating a release tarball Remove the possibility of having any bad or old manpages in releases while still being able to cache for quick development tarballs.
3f944e83 2014-08-27 21:46:43 update for upstream move of the openssl app
e7edc4a7 2014-08-18 21:55:37 ensure compatibility with posix shell remove bash comparison, thanks kinichiro
01726893 2014-08-17 07:58:32 add --disable-asm flag for disabling inline asm Surprisingly (or not), a lot of OpenSSL's inline assembly actually makes things slower with a relatively modern compiler (read, gcc >= 4.x).
2cef68f3 2014-08-16 14:16:01 allow inline asm use default of -std=gnu99 for it to be recognized