736 Commits (399e7c94bfac09a64db3aff020952ee2f8363c56)

Author SHA1 Message Date
  David Benjamin d822ed811a Make CBB_len return a length, not remaining. 9 years ago
  David Benjamin 27dc1cd75a Remove RSA_OAEP_PARAMS. 9 years ago
  David Benjamin 74f711083d Parse RSAPrivateKey with CBS. 9 years ago
  David Benjamin c0e245a546 Parse RSAPublicKey with CBS. 9 years ago
  Adam Langley 7ed35fb9fd Fix my screwup in review. 9 years ago
  David Benjamin 2e40091dd4 PKCS8_pkey_set0 doesn't take ownership on error. 9 years ago
  David Benjamin 183eba4dc9 Convert ecdsa_test to the new ECDSA_SIG API. 9 years ago
  David Benjamin 87897a8cea Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring. 9 years ago
  David Benjamin a31c5bf2cc Make pem_str const-correct. 9 years ago
  David Benjamin 42ae3adcf6 Remove info field on EVP_PKEY_ASN1_METHOD. 9 years ago
  David Benjamin b9c579db6d Add crypto/bytestring-based BIGNUM DER functions. 9 years ago
  Khem Raj 241364c6f4 Demand for newer POSIX macro 9 years ago
  David Benjamin fd5603666c Call ERR_clear_error after functions that are expected to fail. 9 years ago
  David Benjamin cce5a98efb Remove EVP_PKEY_dup. 9 years ago
  David Benjamin 76e9a2ab97 Add tests for low-level AES functions. 9 years ago
  David Benjamin f078639d5a Test both streaming and single-shot EVP_CIPHER operations. 9 years ago
  David Benjamin a8653208ec Add CBB_zero to set a CBB to the zero state. 9 years ago
  David Benjamin d63307199a Re-wrap kOAEPCipherText from rsa_test. 9 years ago
  David Benjamin cb41d77029 Fix kTwoPrimeKey and kSixPrimeKey samples in rsa_test. 9 years ago
  David Benjamin d13a5e15d4 Fix crypto/bytestring test for too long lengths. 9 years ago
  David Benjamin 1db476e7a5 Include openssl/chacha.h rather than duplicate the prototype. 9 years ago
  Adam Langley 5021b223d8 Convert the renegotiation extension to the new system. 9 years ago
  Adam Langley 614c66a2f8 Add infrastructure for better extension handling. 9 years ago
  David Benjamin 705076ac91 Handle EINTR in open and dup calls in urandom.c. 9 years ago
  David Benjamin de24aadc5b Add RAND_set_urandom_fd. 9 years ago
  David Benjamin 6cacac033b Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions. 9 years ago
  David Benjamin 65ee9b7ce9 Remove EVP_PKEY_HMAC. 9 years ago
  Adam Langley a59347eb4c RAND_set_rand_method takes a const parameter. 9 years ago
  Matt Braithwaite 3e5e99d834 Dummy |RAND_set_rand_method|, |RAND_egd|, and |RAND_SSLeay|. 9 years ago
  Matt Braithwaite 50365f25ba Restore |DES_ede3_cfb_encrypt| and |DES_ede3_cfb64_encrypt| from OpenSSL at ce7e647b. 9 years ago
  Adam Langley b3cda6565a Fix signed/unsigned warnings for MSVC. 9 years ago
  Matt Braithwaite c0fe12cdf7 Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b. 9 years ago
  Adam Langley 248abbd71f Add missing comma in .type pragma for rdrand code. 9 years ago
  Matt Braithwaite 4cd4edfc34 Restore |ERR_print_errors()|. 9 years ago
  Adam Langley 9eaf07d460 Emit #if guards for ARM assembly files. 9 years ago
  Adam Langley 2cac3506fa Handle RDRAND failures. 9 years ago
  Matt Braithwaite e65886a520 dsa_pub_encode: Write out DSA parameters (p, q, g) in addition to key. 9 years ago
  Adam Langley 8de7aef05e Add a GCM test with non-standard nonce length. 9 years ago
  Matt Braithwaite 7e8f2baeb7 Restore implementation of |NETSCAPE_SPKI_verify|. 9 years ago
  Matt Braithwaite 979c87add8 pem_lib: make |cipher_by_name| recognize some more ciphers. 9 years ago
  David Benjamin 7244fa46f7 Expose ECDSA_SIG_max_len to size a DER ECDSA-Sig-Value. 9 years ago
  David Benjamin b0acb7743f Export pkcs1_prefixed_msg as RSA_add_pkcs1_prefix. 9 years ago
  David Benjamin d87021d246 Fix length checks in X509_cmp_time to avoid out-of-bounds reads. 9 years ago
  David Benjamin 184494dfcc Raise SIGTRAP rather than abort on failure. 9 years ago
  David Benjamin fd67aa8c95 Add SSL_SESSION_from_bytes. 9 years ago
  Adam Langley a89fac585f Rename tabtest.c and v3nametest.c 9 years ago
  David Benjamin 2b2b0f909d Set errno to ENOMEM when simulating a malloc failure. 9 years ago
  David Benjamin 1c703cb0c1 Check for BN_copy failures. 9 years ago
  Adam Langley 2b23eaa478 Use the correct case for Windows headers. 9 years ago
  David Benjamin 24f346d77b Limit the number of warning alerts silently consumed. 9 years ago