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-05-03Reject inappropriate private key encryption ciphers.David Benjamin
2016-02-27Decouple the EVP and PEM code.David Benjamin
2016-02-27PEM_write_bio_PrivateKey is always PKCS#8.David Benjamin
2016-02-17Remove param_decode and param_encode EVP_PKEY hooks.David Benjamin
2016-01-19OpenSSL reformat x509/, x509v3/, pem/ and asn1/.Adam Langley
2015-12-22Resolve a few old TODOs.David Benjamin
2015-10-28Fix all sign/unsigned warnings with Clang and GCC.Adam Langley
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-06-19pem_lib: make |cipher_by_name| recognize some more ciphers.Matt Braithwaite
2015-06-03Implement |PEM_def_callback| and call it where appropriate.Matt Braithwaite
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-13Enable MSVC warning C4701, use of potentially uninitialized variable.Brian Smith
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2014-12-16Consistently use RAND_bytes and check for failure.David Benjamin
2014-11-11Possibly-uninit variable in pem_lib.c.Adam Langley
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-04Remove remnants of OPENSSL_FIPSAlex Chernyakhovsky
2014-07-31Fix "type qualifiers ignored on function return type" errors.Piotr Sikora
2014-07-15Move public headers to include/openssl/Adam Langley
2014-07-08Remove OPENSSL_NO_RSAAlex Chernyakhovsky
2014-07-07Remove CHARSET_EBCDICAlex Chernyakhovsky
2014-06-21Inital import.Adam Langley