User contributions
From OpenSSLWiki
Jump to navigationJump to search- 10:01, 31 December 2016 diff hist +232 m Compilation and Installation Added info on C/C++ compilers.
- 23:54, 21 December 2016 diff hist +1 m Compilation and Installation Spelling.
- 20:44, 16 November 2016 diff hist +275 SSL/TLS Client →Session Reuse
- 09:08, 13 November 2016 diff hist -131 m Compilation and Installation Spelling and grammar, Remove unnecessary text that could confuse users.
- 09:03, 13 November 2016 diff hist -4 m Compilation and Installation Whitespace and flow.
- 09:02, 13 November 2016 diff hist +552 m Compilation and Installation Attempted to clarify/simplify rules for using --prefix and --openssldir
- 11:59, 8 November 2016 diff hist +505 m EVP Symmetric Encryption and Decryption Added additional information.
- 11:54, 8 November 2016 diff hist +661 EVP Symmetric Encryption and Decryption Added information on padding
- 10:38, 15 October 2016 diff hist +1,006 m Simple TLS Server Added section "Session Reuse"
- 10:32, 15 October 2016 diff hist +15 m SSL/TLS Client Add ChaCha/Poly1305.
- 04:57, 14 October 2016 diff hist +132 m SSL/TLS Client Add info on RFC 4158.
- 18:05, 13 October 2016 diff hist +21 Creating an OpenSSL Engine to use indigenous ECDH ECDSA and HASH Algorithms
- 17:16, 8 October 2016 diff hist -2 m SSL/TLS Client →Verification
- 17:15, 8 October 2016 diff hist -1,042 m SSL/TLS Client →Verification
- 18:07, 6 October 2016 diff hist +220 m EVP Symmetric Encryption and Decryption Added info on -fexception.
- 20:48, 3 October 2016 diff hist 0 m FIPS Library and Android Formatting.
- 20:41, 3 October 2016 diff hist +320 m FIPS Library and Android Improved flow.
- 20:40, 3 October 2016 diff hist +672 m Android Improved flow.
- 20:38, 3 October 2016 diff hist -451 m FIPS Library and Android Improved flow.
- 20:37, 3 October 2016 diff hist -451 m Android Improved flow.
- 19:35, 3 October 2016 diff hist -27 m Android Updated to match text in "FIPS and Android"
- 19:33, 3 October 2016 diff hist -25 m FIPS Library and Android Improved flow.
- 19:20, 3 October 2016 diff hist +799 m FIPS Library and Android Added example wrapper code.
- 19:19, 3 October 2016 diff hist +846 m Android Updated section with some code examples.
- 22:18, 29 September 2016 diff hist 0 m SSL/TLS Client Fix missing quote.
- 22:17, 29 September 2016 diff hist +1,006 m SSL/TLS Client Added information on Session Reuse in clients
- 14:34, 23 September 2016 diff hist +172 m Android Tweaked instructions.
- 14:32, 23 September 2016 diff hist +65 m Android Tweaked instructions.
- 14:31, 23 September 2016 diff hist +147 m Android Tweaked instructions.
- 05:13, 4 September 2016 diff hist +1,525 m Compilation and Installation Added info on Autoconf configuration tests. OpenSSL 1.1.0 is breaking all kinds of projects :)
- 05:11, 4 September 2016 diff hist +1,525 m Library Initialization Added info on Autoconf configuration tests. OpenSSL 1.1.0 is breaking all kinds of projects :)
- 04:55, 4 September 2016 diff hist +690 m Compilation and Installation Added rule for OpenSSL 1.1.0
- 03:39, 3 September 2016 diff hist +1 m Compilation and Installation Mac -> OS X section header
- 01:23, 27 August 2016 diff hist +8 m EVP Symmetric Encryption and Decryption Tweaked section header and comment.
- 22:51, 17 August 2016 diff hist +178 m Compilation and Installation Added note on using an RPATH with shared option.
- 21:54, 13 August 2016 diff hist 0 m File:Evp-encrypt-cxx.tar.gz Fixed spelling error. current
- 21:54, 13 August 2016 diff hist 0 m File:Evp-encrypt-cxx.tar.gz Fixed spelling error.
- 21:34, 13 August 2016 diff hist +95 m EVP Symmetric Encryption and Decryption Added info on -std=c++11
- 21:17, 13 August 2016 diff hist +2,551 m EVP Symmetric Encryption and Decryption Add section on C++11
- 21:05, 13 August 2016 diff hist +224 N File:Evp-encrypt-cxx.tar.gz Sample program using EVP eymmetric encryption and C++11. The sample uses a custom allocator to zeroize memory, C++ smart pointers to manage resources, and provides a secure_string usinf basic_string and the custom allocator.
- 22:40, 11 July 2016 diff hist +12 m Talk:Random Numbers →No RAND_save_file function In Library current
- 22:39, 11 July 2016 diff hist 0 Talk:Random Numbers →No RAND_save_file function In Library
- 22:39, 11 July 2016 diff hist +140 m Talk:Random Numbers →No RAND_save_file function In Library
- 22:38, 11 July 2016 diff hist +176 m Random Numbers RAND_save_file -> RAND_write_file
- 23:05, 7 July 2016 diff hist +209 m Compilation and Installation Added note on Visual Studio debugging.
- 18:20, 5 July 2016 diff hist +123 m Compilation and Installation Added info on 'make clean' after 1.1.0 reconfiguration.
- 10:30, 2 July 2016 diff hist +216 m EVP Signing and Verifying Added note on DSA changes for 1.1.0. Its probably a better fit elsewhere, but I'm not finding a good page at the moment (e.g., no DSA or DSS page).
- 10:28, 2 July 2016 diff hist +216 m EVP Added note on DSA changes for 1.1.0. Its probably a better fit elsewhere, but I'm not finding a good page at the moment (e.g., no DSA or DSS page). current
- 19:27, 30 June 2016 diff hist +413 m OCB Added ciphers available for the mode. current
- 18:09, 30 June 2016 diff hist 0 m AES Fix the AWK...