870 コミット (045a0ffe358b81609e5b93e1f02e948b581304a3)

作成者 SHA1 メッセージ 日付
  David Benjamin 112c4dd1ff Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit. 8年前
  David Benjamin 14420e91e0 Remove EVP_aead_chacha20_poly1305_rfc7539 alias. 8年前
  David Benjamin d44a943111 Fix docs typo. 8年前
  David Benjamin 0d76c402b8 Decouple crypto/ec from the OID table. 8年前
  David Benjamin 981936791e Remove some easy obj.h dependencies. 8年前
  David Benjamin 5d38f78e29 Rename obj_mac.h to nid.h and make it a multiply-includable header. 8年前
  David Benjamin 9e5eb63d01 Document that CRYPTO_library_init may be called concurrently. 8年前
  David Benjamin 4b7b048417 Spell __attribute__((format(printf, ...))) with more underscores. 8年前
  David Benjamin 3c4a5cbb71 Revert "Enable upstream's Poly1305 code." 8年前
  Brian Smith f08c1c6895 Drop support for custom |mod_exp| hooks in |RSA_METHOD|. 8年前
  David Benjamin baca950e8e Remove in_handshake. 8年前
  David Benjamin 282511d7eb Consolidate shutdown state. 8年前
  David Benjamin 054e151b16 Rewrite ARM feature detection. 8年前
  Brian Smith 24493a4ff4 Always cache Montgomery contexts in RSA. 8年前
  Matt Mueller 897be6afe3 Add CBS_ASN1_UTF8STRING define. 8年前
  Piotr Sikora 8b0fe8c0ac Add missing prototypes. 8年前
  David Benjamin b371f1b9dd Include time.h in time_support.h. 8年前
  David Benjamin 6f7374b0ed Restore EC_GROUP_new_by_curve_name and EC_GROUP_set_generator. 8年前
  Emily Stark 5c05648b8d Tiny documentation fix for EC_POINT_set_affine_coordinates_GFp 8年前
  David Benjamin a2f2bc3a40 Align with upstream's error strings, take two. 8年前
  David Benjamin fb8e678897 Match upstream's error codes for the old sigalg code. 8年前
  Adam Langley b8b28a64ff Add CRYPTO_[malloc|free|realloc] as aliases for the OPENSSL_𝑥 names. 8年前
  David Benjamin 23afa68937 Fix the shared library build. 8年前
  Adam Langley a7a226add9 Add |OBJ_NAME_do_all_sorted|. 8年前
  Adam Langley ff452c1d0e Add RIPEMD160 support in decrepit. 8年前
  Adam Langley bfb38b1a3c Add |RC4_options| to decrepit. 8年前
  Adam Langley a34a5aacff Add one-shot |MD4| function. 8年前
  Brian Smith 617804adc5 Always use |BN_mod_exp_mont|/|BN_mod_exp_mont_consttime| in RSA. 8年前
  Adam Langley 6e96eaebe0 Add |X509_EXT_conf_nid| to decrepit. 8年前
  Adam Langley 8ba4b2d5bf Add |RSA_[padding_add|verify]_PKCS1_PSS to decrepit. 8年前
  Adam Langley 4435e96b08 Include buffer.h from bio.h. 8年前
  Adam Langley 99a24ba0f1 Add DSA_generate_parameters to decrepit. 8年前
  David Benjamin 22ce9b2d08 SSL_set_fd should create socket BIOs, not fd BIOs. 8年前
  Tom Thorogood 66b2fe8e02 Add |SSL_CTX_set_private_key_method| to parallel |SSL_set_private_key_method| 8年前
  David Benjamin ad004af661 Rename NID_x25519 to NID_X25519. 8年前
  David Benjamin bc5b2a2e22 Add a deterministic PRNG for fuzzing. 8年前
  Adam Langley 29ec5d1fda Add dummy |SSL_get_server_tmp_key|. 8年前
  Adam Langley d323f4b1e1 Bring back |verify_store|. 8年前
  Adam Langley 7a17ba2e3a Add |FIPS_mode|, which returns zero. 8年前
  Arnar Birgisson f27459e412 Add SPAKE2 over Ed25519. 8年前
  Adam Langley e4f3f4df6e Add test that A+A = 2×A on elliptic curves. 8年前
  David Benjamin fb2c6f8c85 ASN1_get_object should not accept large universal tags. 8年前
  David Benjamin f4e447c16d Move ASN1_bn_print to a static function in evp/print.c. 8年前
  David Benjamin 63d9246812 Reset crypto/evp error codes. 8年前
  David Benjamin 921d906bb6 Reimplement d2i_PrivateKey. 8年前
  David Benjamin 8ebc0f55a0 Decouple the EVP and PEM code. 8年前
  David Benjamin 17727c6843 Move all signature algorithm code to crypto/x509. 8年前
  Emily Stark 95a79eec40 Add a stub for SSL_get_shared_ciphers(). 8年前
  David Benjamin 6f0c4db90e Enable upstream's Poly1305 code. 8年前
  David Benjamin a211aee545 Add SSL_CIPHER_has_SHA256_HMAC. 8年前