729 Commity (a54cc0c55c46996caa75a6d508f1a56693581fbe)

Autor SHA1 Wiadomość Data
  Matt Braithwaite bc97c69d76 Make methods of |RAND_SSLEay| do reasonable things. 9 lat temu
  Adam Langley 33ad2b59da Tidy up extensions stuff and drop fastradio support. 9 lat temu
  David Benjamin 0c893f14ca Surround immintrin.h includes with warning pragmas. 9 lat temu
  David Benjamin f21fe46764 Simplify the AMD-specific codepath. 9 lat temu
  David Benjamin 7315251d4e Replace cpuid assembly with C code. 9 lat temu
  David Benjamin aa58513f40 Reserve ex_data index zero for app_data. 9 lat temu
  David Benjamin 31ac9aae51 Remove incorrect TODO(fork). 9 lat temu
  Adam Langley c4737331a3 Fix typo in |HMAC_CTX_cleanup|. 9 lat temu
  David Benjamin 207bb4391f ERR_LIB_USER should be the last error. 9 lat temu
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 lat temu
  David Benjamin 34248d4cb7 Get rid of err function codes. 9 lat temu
  David Benjamin 7f15ff53d8 Rename crypto/{bn,evp}/asn1.c. 9 lat temu
  David Benjamin 7ca4b42146 Fix Chromium NaCl build. 9 lat temu
  David Benjamin 4a59709ca1 Fix Windows build. 9 lat temu
  David Benjamin 0851f67480 Add standalone tests for Poly1305. 9 lat temu
  Adam Langley 2e857bdad3 Convert the signature algorithms extension to the new system 9 lat temu
  David Benjamin d822ed811a Make CBB_len return a length, not remaining. 9 lat temu
  David Benjamin 27dc1cd75a Remove RSA_OAEP_PARAMS. 9 lat temu
  David Benjamin 74f711083d Parse RSAPrivateKey with CBS. 9 lat temu
  David Benjamin c0e245a546 Parse RSAPublicKey with CBS. 9 lat temu
  Adam Langley 7ed35fb9fd Fix my screwup in review. 9 lat temu
  David Benjamin 2e40091dd4 PKCS8_pkey_set0 doesn't take ownership on error. 9 lat temu
  David Benjamin 183eba4dc9 Convert ecdsa_test to the new ECDSA_SIG API. 9 lat temu
  David Benjamin 87897a8cea Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring. 9 lat temu
  David Benjamin a31c5bf2cc Make pem_str const-correct. 9 lat temu
  David Benjamin 42ae3adcf6 Remove info field on EVP_PKEY_ASN1_METHOD. 9 lat temu
  David Benjamin b9c579db6d Add crypto/bytestring-based BIGNUM DER functions. 9 lat temu
  Khem Raj 241364c6f4 Demand for newer POSIX macro 9 lat temu
  David Benjamin fd5603666c Call ERR_clear_error after functions that are expected to fail. 9 lat temu
  David Benjamin cce5a98efb Remove EVP_PKEY_dup. 9 lat temu
  David Benjamin 76e9a2ab97 Add tests for low-level AES functions. 9 lat temu
  David Benjamin f078639d5a Test both streaming and single-shot EVP_CIPHER operations. 9 lat temu
  David Benjamin a8653208ec Add CBB_zero to set a CBB to the zero state. 9 lat temu
  David Benjamin d63307199a Re-wrap kOAEPCipherText from rsa_test. 9 lat temu
  David Benjamin cb41d77029 Fix kTwoPrimeKey and kSixPrimeKey samples in rsa_test. 9 lat temu
  David Benjamin d13a5e15d4 Fix crypto/bytestring test for too long lengths. 9 lat temu
  David Benjamin 1db476e7a5 Include openssl/chacha.h rather than duplicate the prototype. 9 lat temu
  Adam Langley 5021b223d8 Convert the renegotiation extension to the new system. 9 lat temu
  Adam Langley 614c66a2f8 Add infrastructure for better extension handling. 9 lat temu
  David Benjamin 705076ac91 Handle EINTR in open and dup calls in urandom.c. 9 lat temu
  David Benjamin de24aadc5b Add RAND_set_urandom_fd. 9 lat temu
  David Benjamin 6cacac033b Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions. 9 lat temu
  David Benjamin 65ee9b7ce9 Remove EVP_PKEY_HMAC. 9 lat temu
  Adam Langley a59347eb4c RAND_set_rand_method takes a const parameter. 9 lat temu
  Matt Braithwaite 3e5e99d834 Dummy |RAND_set_rand_method|, |RAND_egd|, and |RAND_SSLeay|. 9 lat temu
  Matt Braithwaite 50365f25ba Restore |DES_ede3_cfb_encrypt| and |DES_ede3_cfb64_encrypt| from OpenSSL at ce7e647b. 9 lat temu
  Adam Langley b3cda6565a Fix signed/unsigned warnings for MSVC. 9 lat temu
  Matt Braithwaite c0fe12cdf7 Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b. 9 lat temu
  Adam Langley 248abbd71f Add missing comma in .type pragma for rdrand code. 9 lat temu
  Matt Braithwaite 4cd4edfc34 Restore |ERR_print_errors()|. 9 lat temu