User contributions
From OpenSSLWiki
Jump to navigationJump to search- 20:00, 13 November 2013 diff hist 0 File:Openssl-bio-fetch.tar.gz uploaded a new version of "File:Openssl-bio-fetch.tar.gz"
- 09:26, 28 October 2013 diff hist +170 m Random Numbers Added info on RAND_poll and OPENSSL_SYS_VXWORKS.
- 11:42, 26 October 2013 diff hist +17 m Random fork-safety Added link to BL's patch (rather than mailing list message).
- 11:24, 26 October 2013 diff hist +7 m Random fork-safety further improve -> enhance
- 11:09, 26 October 2013 diff hist +15 m Random fork-safety long -> long long.
- 09:19, 26 October 2013 diff hist -964 m Random fork-safety Removed info on RAND_cleanup.
- 02:29, 26 October 2013 diff hist +1,239 m Random fork-safety Added explicit recommendation for RAND_poll; added information on uniqueness as an alternative to /dev/random and friends; added info on Ben Laurie's patch.
- 19:05, 25 October 2013 diff hist +5 m Random fork-safety Fixed typo.
- 18:58, 25 October 2013 diff hist +34 m Random fork-safety Added note to call RAND_poll.
- 18:45, 25 October 2013 diff hist +52 m Random fork-safety Added note on item three.
- 18:44, 25 October 2013 diff hist +129 m Random fork-safety Added note on mobile devices.
- 18:11, 25 October 2013 diff hist +75 m Random fork-safety Cleaned up item three.
- 18:03, 25 October 2013 diff hist +1,246 m Random fork-safety Added info RAND_poll; added warning on RAND_cleanup.
- 17:06, 25 October 2013 diff hist +22 m Random fork-safety Fixed typos.
- 16:30, 25 October 2013 diff hist +82 m Random fork-safety Added note on R_a and R_b.
- 15:26, 25 October 2013 diff hist +2,213 Random fork-safety Added section on fork-safety remediations.
- 14:50, 25 October 2013 diff hist +59 m Random Numbers Wikified link.
- 14:49, 25 October 2013 diff hist -55 m Random Numbers Improved flow
- 12:38, 19 October 2013 diff hist +100 m Compilation and Installation →Modifying Build Settings
- 03:48, 19 October 2013 diff hist +286 m Compilation and Installation Added info on silent script failures.
- 03:42, 19 October 2013 diff hist -1 m Compilation and Installation Fixed typo.
- 03:42, 19 October 2013 diff hist +3 m Compilation and Installation OPENSSL_* -> OPENSSL_NO_*.
- 03:40, 19 October 2013 diff hist +74 m Compilation and Installation Added -no-asm
- 03:04, 19 October 2013 diff hist +8 m Compilation and Installation Fixed typo.
- 02:55, 19 October 2013 diff hist -6 m Compilation and Installation Fixed typo.
- 02:54, 19 October 2013 diff hist +13 m Compilation and Installation Fixed typo.
- 02:54, 19 October 2013 diff hist +1,364 m Compilation and Installation Added info on modifying Configure and Makefile.org
- 02:33, 19 October 2013 diff hist 0 m Compilation and Installation Fixed typo.
- 02:31, 19 October 2013 diff hist +4 m Compilation and Installation Improved flow.
- 02:29, 19 October 2013 diff hist +7,865 m Compilation and Installation Added info on Configure and Config
- 01:36, 19 October 2013 diff hist 0 File:Test-rdrand.c uploaded a new version of "File:Test-rdrand.c" current
- 01:35, 19 October 2013 diff hist 0 File:Openssl-bio-fetch.tar.gz uploaded a new version of "File:Openssl-bio-fetch.tar.gz"
- 01:24, 17 October 2013 diff hist +413 m Random Numbers Added info on ENGINE_load_rdrand patch.
- 08:03, 16 October 2013 diff hist +73 m Library Initialization Added calls to ENGINE_init/ENGINE_finish in sample.
- 07:57, 16 October 2013 diff hist 0 File:Test-rdrand.c uploaded a new version of "File:Test-rdrand.c"
- 07:46, 16 October 2013 diff hist 0 File:Test-rdrand.c uploaded a new version of "File:Test-rdrand.c"
- 07:33, 16 October 2013 diff hist +25 m Random Numbers Added 'for the reseed operation'.
- 07:32, 16 October 2013 diff hist +219 m Random Numbers Added info on ENGINE_init.
- 06:42, 16 October 2013 diff hist +539 m Library Initialization Added info on ENGINE_register_complete.
- 02:45, 16 October 2013 diff hist +54 m Library Initialization Added info on OPENSSL_noconfig.
- 02:41, 16 October 2013 diff hist +60 m Library Initialization Added info on eng_all.c.
- 02:40, 16 October 2013 diff hist +130 m Random Numbers Added call to OPENSSL_cpuid_setup.
- 02:38, 16 October 2013 diff hist +32 m Random Numbers Added call to OPENSSL_cpuid_setup.
- 02:36, 16 October 2013 diff hist +24 m Library Initialization Added call to OPENSSL_cpuid_setup.
- 01:53, 16 October 2013 diff hist +9,228 Library Initialization Added intitial content.
- 01:46, 16 October 2013 diff hist +7 m SSL/TLS Client Added info on OPENSSL_LOAD_CONF.
- 23:01, 15 October 2013 diff hist -1,759 m SSL/TLS Client Removed OpenSSL examples of Intialization; added link to Library Intiailization page.
- 22:59, 15 October 2013 diff hist +188 N Library Initialization Created page with "This page will discuss initializing the OpenSSL library, when using the </tt>libssl</tt> and <tt>libcrypto</tt> components. == libssl == == libcrypto == == Static Locks == ==…"
- 22:26, 15 October 2013 diff hist +1,156 m SSL/TLS Client Added non-SSL apps
- 21:48, 15 October 2013 diff hist +592 SSL/TLS Client Added section OpenSSL Apps.