summaryrefslogtreecommitdiffstats
path: root/doc/man3/RAND_add.pod (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-10-26Move manpages to man[1357] structure.Rich Salz1-0/+0
Move manpages to manX directories Add Windows/VMS install fix from Richard Levitte Update README Fix typo's Remove some duplicates Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-10-26VMS: tell the C compiler to use the ISO C94 standardRichard Levitte1-1/+1
The current version of the VMS compiler provides C99 features, strictly language wise. Unfortunately, even the most recent standard library isn't fully updated for that standard, so we need to use an earlier standard that the compiler supports. Most importantly, this affects the __STDC_VERSION__ value, which the compiler unfortunately currently defaults to 199901L. With this change we won't have to give VMS special treatment when looking for features based on that macro. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1785)
2016-10-26Fix typo (reported by Matthias St. Pierre)Rich Salz1-1/+1
Reviewed-by: Tim Hudson <tjh@openssl.org>
2016-10-25Backdated note in CHANGES about shared library namesRichard Levitte1-0/+6
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1767)
2016-10-25Add some notes on shared library names on different platformsRichard Levitte1-2/+27
This is overdue since the addition of the unified build system Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1767)
2016-10-24ppccap.c: engage new multipplication and squaring subroutines.Andy Polyakov3-33/+16
[And remove FPU mutiplication subroutine.] Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-10-24bn/asm/ppc-mont.pl: add optimized multiplication and squaring subroutines.Andy Polyakov1-1/+1645
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-10-24bn/asm/ppc-mont.pl: prepare for extension.Andy Polyakov1-19/+24
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-10-24sha/asm/sha512-armv8.pl: adapt for kernel use.Andy Polyakov1-15/+38
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-10-24Add NPN to an SSL3 buildRich Salz1-2/+2
Reviewed-by: Emilia Käsper <emilia@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1629)
2016-10-24x86_64 assembly pack: add Goldmont performance results.Andy Polyakov11-1/+14
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-10-24sha/keccak1600.c: add known answer and verify result with memcmp.Andy Polyakov1-3/+83
Reviewed-by: Richard Levitte <levitte@openssl.org>