User contributions
From OpenSSLWiki
Jump to navigationJump to search- 20:39, 7 March 2013 diff hist +2,031 N EVP Key Agreement Initial draft
- 22:31, 5 March 2013 diff hist +777 Talk:Libcrypto API Further thoughts on return values
- 22:20, 5 March 2013 diff hist +16 EVP Signing and Verifying Modified code to use OPENSSL_malloc instead of malloc
- 20:36, 5 March 2013 diff hist 0 m EVP Authenticated Encryption and Decryption Spelling correction
- 20:36, 5 March 2013 diff hist 0 m EVP Authenticated Encryption and Decryption Spelling correction
- 20:35, 5 March 2013 diff hist +2,255 EVP Authenticated Encryption and Decryption Added CCM decryption
- 20:29, 5 March 2013 diff hist +2,313 EVP Authenticated Encryption and Decryption Added CCM encryption
- 13:06, 5 March 2013 diff hist +90 EVP Authenticated Encryption and Decryption Added See also section
- 13:05, 5 March 2013 diff hist -1 m EVP Authenticated Encryption and Decryption Minor fix
- 13:04, 5 March 2013 diff hist 0 m EVP Authenticated Encryption and Decryption Minor fix to link
- 13:03, 5 March 2013 diff hist +138 EVP Authenticated Encryption and Decryption Added link to manual
- 12:59, 5 March 2013 diff hist +33 m EVP Authenticated Encryption and Decryption Formatting fixes
- 12:58, 5 March 2013 diff hist +5 m EVP Authenticated Encryption and Decryption Formatting fixes
- 12:57, 5 March 2013 diff hist +5,102 N EVP Authenticated Encryption and Decryption Initial draft
- 00:01, 5 March 2013 diff hist +300 Libcrypto API Added further information sections
- 23:45, 4 March 2013 diff hist -102 EVP Symmetric Encryption and Decryption Various minor code corrections to bring into line with the best practice stated elsewhere
- 23:43, 4 March 2013 diff hist +48 EVP Symmetric Encryption and Decryption Added EVP_CIPHER_CTX_cleanup
- 23:41, 4 March 2013 diff hist +2 m EVP Symmetric Encryption and Decryption Corrected formatting error
- 23:40, 4 March 2013 diff hist +40 EVP Symmetric Encryption and Decryption Added recommened init code
- 23:37, 4 March 2013 diff hist +14 Talk:Libcrypto API Made discussion title more specific
- 23:35, 4 March 2013 diff hist +31 Libcrypto API Corrected syntax for OPENSSL_config
- 21:05, 4 March 2013 diff hist +95 Talk:Libcrypto API →Return values
- 21:04, 4 March 2013 diff hist +706 Libcrypto API Added advice around some functions not returning 0 for error and 1 for success
- 21:01, 4 March 2013 diff hist +227 Talk:Libcrypto API →Initialization and engines?
- 20:59, 4 March 2013 diff hist +1 m Libcrypto API Corrected cosmetic problem
- 20:58, 4 March 2013 diff hist +84 Libcrypto API Added call to OpenSSL_config()
- 20:52, 4 March 2013 diff hist +54 Talk:Libcrypto API
- 22:17, 3 March 2013 diff hist -116 Libcrypto API →Error Handling
- 22:16, 3 March 2013 diff hist +123 Talk:Libcrypto API →Best practices for printing errors
- 22:15, 3 March 2013 diff hist +163 Talk:Libcrypto API →Initialization and engines?
- 14:30, 2 March 2013 diff hist +90 EVP Added Authenticated encryption link
- 14:25, 2 March 2013 diff hist +570 EVP Symmetric Encryption and Decryption Added "notes" section
- 14:18, 2 March 2013 diff hist -1 EVP Symmetric Encryption and Decryption Renamed Finally section
- 14:01, 2 March 2013 diff hist +571 EVP Symmetric Encryption and Decryption Added "Finally" section
- 13:57, 2 March 2013 diff hist +112 EVP Symmetric Encryption and Decryption Added note about ensuring the correct key and IV length
- 13:53, 2 March 2013 diff hist +7,834 N EVP Symmetric Encryption and Decryption Created page with "The libcrypto library within OpenSSL provides functions for performing symmetric encryption and decryption operations across a wide range of algorithms and mode…"
- 10:54, 1 March 2013 diff hist -181 Main Page Removed defacement!!
- 09:14, 1 March 2013 diff hist +41 EVP Signing and Verifying Corrected EVP_DigestVerifyFinal call to show that 0 indicates a failure to verify (not a more serious error)
- 23:25, 28 February 2013 diff hist +44 EVP Signing and Verifying Added See also section
- 23:24, 28 February 2013 diff hist +44 EVP Key and Parameter Generation Added See also section
- 23:23, 28 February 2013 diff hist +34 EVP
- 23:20, 28 February 2013 diff hist +31 Libcrypto API Added See also section
- 23:06, 28 February 2013 diff hist +179 EVP Signing and Verifying Added links to OpenSSL docs
- 23:03, 28 February 2013 diff hist -27 EVP Removed link to separate MAC codes page (merged with signing/verifying)
- 23:00, 28 February 2013 diff hist +254 EVP Signing and Verifying →Verifying a Message
- 22:56, 28 February 2013 diff hist +562 EVP Signing and Verifying
- 22:49, 28 February 2013 diff hist +259 EVP Signing and Verifying →Signing a Message
- 22:43, 28 February 2013 diff hist +218 EVP Signing and Verifying
- 22:38, 28 February 2013 diff hist +57 EVP Signing and Verifying
- 22:35, 28 February 2013 diff hist +1,394 N EVP Signing and Verifying Created page with "There are two APIs available for performing sign and verify operations. The older EVP_Sign* functions, and the newer and more flexible EVP_DigestSign* functions. They are very si…"