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
path: root/crypto
AgeCommit message (Expand)Author
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-16Get rid of err function codes.David Benjamin
2015-07-14Rename crypto/{bn,evp}/asn1.c.David Benjamin
2015-07-13Fix Chromium NaCl build.David Benjamin
2015-07-10Fix Windows build.David Benjamin
2015-07-10Add standalone tests for Poly1305.David Benjamin
2015-07-10Convert the signature algorithms extension to the new systemAdam Langley
2015-07-09Make CBB_len return a length, not remaining.David Benjamin
2015-07-08Remove RSA_OAEP_PARAMS.David Benjamin
2015-07-08Parse RSAPrivateKey with CBS.David Benjamin
2015-07-08Parse RSAPublicKey with CBS.David Benjamin
2015-07-07Fix my screwup in review.Adam Langley
2015-07-07PKCS8_pkey_set0 doesn't take ownership on error.David Benjamin
2015-07-07Convert ecdsa_test to the new ECDSA_SIG API.David Benjamin
2015-07-07Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring.David Benjamin
2015-07-07Make pem_str const-correct.David Benjamin
2015-07-07Remove info field on EVP_PKEY_ASN1_METHOD.David Benjamin
2015-07-07Add crypto/bytestring-based BIGNUM DER functions.David Benjamin
2015-07-07Demand for newer POSIX macroKhem Raj
2015-07-02Call ERR_clear_error after functions that are expected to fail.David Benjamin
2015-07-02Remove EVP_PKEY_dup.David Benjamin
2015-07-02Add tests for low-level AES functions.David Benjamin
2015-07-02Test both streaming and single-shot EVP_CIPHER operations.David Benjamin
2015-07-01Add CBB_zero to set a CBB to the zero state.David Benjamin
2015-07-01Re-wrap kOAEPCipherText from rsa_test.David Benjamin
2015-07-01Fix kTwoPrimeKey and kSixPrimeKey samples in rsa_test.David Benjamin
2015-07-01Fix crypto/bytestring test for too long lengths.David Benjamin
2015-07-01Include openssl/chacha.h rather than duplicate the prototype.David Benjamin
2015-07-01Convert the renegotiation extension to the new system.Adam Langley
2015-07-01Add infrastructure for better extension handling.Adam Langley
2015-07-01Handle EINTR in open and dup calls in urandom.c.David Benjamin
2015-07-01Add RAND_set_urandom_fd.David Benjamin
2015-06-26Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions.David Benjamin
2015-06-25Remove EVP_PKEY_HMAC.David Benjamin
2015-06-25RAND_set_rand_method takes a const parameter.Adam Langley
2015-06-25Dummy |RAND_set_rand_method|, |RAND_egd|, and |RAND_SSLeay|.Matt Braithwaite
2015-06-24Restore |DES_ede3_cfb_encrypt| and |DES_ede3_cfb64_encrypt| from OpenSSL at c...Matt Braithwaite
2015-06-24Fix signed/unsigned warnings for MSVC.Adam Langley
2015-06-24Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b.Matt Braithwaite
2015-06-24Add missing comma in .type pragma for rdrand code.Adam Langley
2015-06-24Restore |ERR_print_errors()|.Matt Braithwaite
2015-06-24Emit #if guards for ARM assembly files.Adam Langley
2015-06-23Handle RDRAND failures.Adam Langley
2015-06-23dsa_pub_encode: Write out DSA parameters (p, q, g) in addition to key.Matt Braithwaite
2015-06-19Add a GCM test with non-standard nonce length.Adam Langley
2015-06-19Restore implementation of |NETSCAPE_SPKI_verify|.Matt Braithwaite
2015-06-19pem_lib: make |cipher_by_name| recognize some more ciphers.Matt Braithwaite
2015-06-19Expose ECDSA_SIG_max_len to size a DER ECDSA-Sig-Value.David Benjamin
2015-06-16Export pkcs1_prefixed_msg as RSA_add_pkcs1_prefix.David Benjamin
2015-06-16Fix length checks in X509_cmp_time to avoid out-of-bounds reads.David Benjamin