Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-19Switch all 'num' parameters in crypto/modes to unsigned.David Benjamin
2015-11-05Fix up several comments and detect problems in the future.Adam Langley
2015-08-21Re-add |EVP_des_ede|, which is ECB.Matt Braithwaite
2015-08-21Re-add |EVP_des_ede_cbc|.Matt Braithwaite
2015-08-20Add |EVP_des_ecb| from OpenSSL at fd682e4c.Matt Braithwaite
2015-08-19Re-add the C version (only) of |EVP_aes_256_xts|Matt Braithwaite
2015-08-06Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|.Matt Braithwaite
2015-07-16Get rid of err function codes.David Benjamin
2015-05-21Fix some malloc test crashs.David Benjamin
2015-05-05Add AES-192 ECB.Adam Langley
2015-04-14Compatibility changes for wpa_supplicant and OpenSSH.Adam Langley
2015-04-13Remove crypto/obj dependencies from low-level crypto tests.Brian Smith
2015-04-11Replace RC4 in examples with AES-128-GCM.Brian Smith
2015-04-07Support several flavours of AES-192.Adam Langley
2015-04-07Add OFB mode.Adam Langley
2015-03-19Add AEADs for AES-CTR with HMAC-SHA256.Adam Langley
2015-03-06Don't delay-initialize legacy AEADs.David Benjamin
2015-02-23EVP_CIPHER_CTX_cleanup cannot fail.David Benjamin
2015-02-12Reset all the error codes.David Benjamin
2015-01-14Implement SSLv3 ciphers with stateful AEADs.David Benjamin
2015-01-14Implement all TLS ciphers with stateful AEADs.David Benjamin
2015-01-08Add declarations for Android compatibility funcs.Adam Langley
2014-12-18Update EVP_Cipher documentation some more.David Benjamin
2014-12-16Fix EVP_Cipher error-handling.David Benjamin
2014-09-27Add deprecated functions for tcpdump.Adam Langley
2014-08-27Readd EVP_CIPHER_CTX_set_key_length.Adam Langley
2014-08-26Add 40-bit RC2 support.Adam Langley
2014-08-01Add visibility rules.Adam Langley
2014-07-29Make EVP_CIPHER_CTX_copy work in GCM mode.Adam Langley
2014-07-29Add AES Key Wrap mode.Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Inital import.Adam Langley