User contributions
From OpenSSLWiki
Jump to navigationJump to search- 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...
- 18:08, 30 June 2016 diff hist -127 m 3DES Fix the AWK... current
- 18:01, 30 June 2016 diff hist +700 m 3DES Added additional information.
- 17:59, 30 June 2016 diff hist +1,335 m AES Added additional information.
- 17:50, 30 June 2016 diff hist +265 m 3DES
- 17:19, 30 June 2016 diff hist +307 Compilation and Installation →PREFIX and OPENSSLDIR
- 17:16, 30 June 2016 diff hist +672 m Compilation and Installation Add section "PREFIX and OPENSSLDIR"
- 17:08, 30 June 2016 diff hist -238 m Compilation and Installation Adding --prefix and --openssldir in its own section.
- 13:39, 28 June 2016 diff hist -512 m Compilation and Installation Removed Note. I believe Matt added most of the code to OpenSSL proper.
- 11:14, 23 June 2016 diff hist -1 m Compilation and Installation "can also" -> "usually"
- 11:05, 23 June 2016 diff hist +22 m Compilation and Installation Added -fno-inline-functions to example.
- 11:03, 23 June 2016 diff hist +188 m Compilation and Installation Added information on checking for __uint128_t
- 10:59, 23 June 2016 diff hist +737 m Compilation and Installation Added info on X32.
- 10:30, 14 June 2016 diff hist +4 m Self Test Failures Tweaked headings.
- 08:42, 14 June 2016 diff hist +185 m Self Test Failures Added info on running the test
- 08:39, 14 June 2016 diff hist +1,568 m Self Test Failures Added example of stepping problematic code.
- 08:22, 14 June 2016 diff hist +129 m Self Test Failures Add link to FAQ item on bug reporting. TODO: maybe wikify it.
- 08:02, 14 June 2016 diff hist -1 m Self Test Failures Fixed typo.
- 08:00, 14 June 2016 diff hist +327 m Self Test Failures Added section on debugging engines from notes acquired from Matt.
- 07:56, 14 June 2016 diff hist +29 m Self Test Failures Improved flow and grammar.
- 07:53, 14 June 2016 diff hist +2 m Self Test Failures Add missing command line prompt. its a visual queue for readers.
- 07:52, 14 June 2016 diff hist +23 Self Test Failures →Build the Test
- 07:51, 14 June 2016 diff hist +402 m Self Test Failures Added additional information.
- 07:42, 14 June 2016 diff hist +2 Self Test Failures →Build the Test
- 07:42, 14 June 2016 diff hist +97 Self Test Failures
- 07:41, 14 June 2016 diff hist +2,974 N Self Test Failures Added initial page.
- 22:48, 12 April 2016 diff hist +169 m Compilation and Installation Added info on building multiarch library on OS X.
- 00:00, 6 April 2016 diff hist +1,901 FIPS Library and Apache Added introduction and some formatting. current
- 23:13, 5 April 2016 diff hist +6 m EVP Message Digests Add const-ness
- 23:03, 5 April 2016 diff hist +16 m EVP Message Digests Added message_len parameter; used message_len in call to EVP_DigestUpdate.
- 15:00, 4 April 2016 diff hist +22 N FIPS Library and Apache Created page with " Category:FIPS 140"
- 14:49, 4 April 2016 diff hist +2,247 m Main Page Reverted edits by Johnjs (talk) to last revision by Oezgan
- 11:26, 29 March 2016 diff hist +184 N File:Fips-validated-openssl.tar.gz Slide deck discussing the FIPS validated object module for iOS, including how to build it. It also discusses how to audit a binary claiming to use OpenSSL's FIPS validated cryptography current
- 12:03, 28 March 2016 diff hist +308 m Compilation and Installation Added note on INSTALL.
- 07:53, 28 March 2016 diff hist +22 m Compilation and Installation Added Windows XP and Vista to the list of OSes that need no-async.
- 06:18, 27 March 2016 diff hist +73 m Compilation and Installation Added info on dependencies.
- 06:13, 27 March 2016 diff hist +341 m Compilation and Installation Removed dodgy advice on building for ANSI with -D_DEFAULT_SOURCE. Added info on no-async for older OSes
- 16:46, 25 March 2016 diff hist +402 m Compilation and Installation Added info on -ansi.