965 Commits (71dd6660e849e8f98129c997e2f52ae8991ec3d3)

Author SHA1 Message Date
  David Benjamin fa214e4a18 Tidy up shutdown state. 8 years ago
  Adam Langley 4fac8d0eae Add CRYPTO_has_asm. 8 years ago
  Brian Smith 448fa42779 Deprecate |BN_mod_exp2_mont| and simplify its implementation. 8 years ago
  David Benjamin ada97998f2 Fix stack macro const-ness. 8 years ago
  David Benjamin ef2dc61edd Remove invalid comment for alert_dispatch. 8 years ago
  Brian Smith e31d103a0a Deprecate |BN_mod_exp_mont_word| and simplify its implementation. 8 years ago
  Taylor Brandstetter 376a0fed24 Adding a method to change the initial DTLS retransmission timer value. 8 years ago
  David Benjamin 3473315415 Reimplement PKCS #3 DH parameter parsing with crypto/bytestring. 8 years ago
  David Benjamin 9d908ba519 Add BORINGSSL_API_VERSION. 8 years ago
  Brian Smith 598e55a795 Do RSA blinding unless |e| is NULL and specifically requested not to. 8 years ago
  Brian Smith 86080c336f Verify RSA private key operation regardless of whether CRT is used. 8 years ago
  David Benjamin 52a3bf2835 Add checks to X509_NAME_oneline() 8 years ago
  Adam Langley b83c680d03 Add |CRYPTO_is_confidential_build|. 8 years ago
  David Benjamin 0a63b96535 Make CRYPTO_is_NEON_capable aware of the buggy CPU. 8 years ago
  David Benjamin 862c0aa880 Revert md_len removal from SHA256_CTX and SHA512_CTX. 8 years ago
  David Benjamin 9158637142 Make SHA256_Final actually only return one. 8 years ago
  David Benjamin c0d8b83b44 Make SHA512_Final actually only return one. 8 years ago
  David Benjamin 3baee2a495 Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit. 8 years ago
  Matt Braithwaite 045a0ffe35 Import `newhope' (post-quantum key exchange). 8 years ago
  David Benjamin c25d2e6379 Resolve -Wextern-c-compat warnings with OPENSSL_NO_THREADS. 8 years ago
  David Benjamin 6e96d2be3d Remove stale wpa_supplicant hacks. 8 years ago
  David Benjamin 1be6a7e442 Add another temporary hack for wpa_supplicant. 8 years ago
  David Benjamin 818aff01fb Add SSL_SESSION_get_master_key. 8 years ago
  David Benjamin 7fadfc6135 Move TLS-specific "AEAD" functions to the bottom of aead.h. 8 years ago
  David Benjamin 325664eec4 Add hkdf.h to doc.config. 8 years ago
  David Benjamin 582d2847ed Reimplement PKCS#12 key derivation. 8 years ago
  David Benjamin 0e21f41fe8 Switch all 'num' parameters in crypto/modes to unsigned. 8 years ago
  David Benjamin 1a0a8b6760 Make EVP_MD_CTX size functions return size_t. 8 years ago
  Brian Smith 86361a3910 Require the public exponent to be available in RSA blinding. 8 years ago
  Brian Smith d035730ac7 Make return value of |BN_MONT_CTX_set_locked| int. 8 years ago
  Brian Smith c0b196d4eb Drop support for engines-provided signature verification. 8 years ago
  David Benjamin 26993ad55e Only use recv/send for socket BIOs on Windows. 8 years ago
  Steven Valdez 9980ce1dcd Add BORINGSSL_PREFIX for prefixing symbols 8 years ago
  David Benjamin a82e8dd9d2 Tweak X25519 documentation. 8 years ago
  Adam Langley aaccbfec04 Export RSA_padding_add_PKCS1_OAEP[_mgf1] 8 years ago
  David Benjamin e4c678adda Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit." 8 years ago
  David Benjamin 112c4dd1ff Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit. 8 years ago
  David Benjamin 14420e91e0 Remove EVP_aead_chacha20_poly1305_rfc7539 alias. 8 years ago
  David Benjamin d44a943111 Fix docs typo. 8 years ago
  David Benjamin 0d76c402b8 Decouple crypto/ec from the OID table. 8 years ago
  David Benjamin 981936791e Remove some easy obj.h dependencies. 8 years ago
  David Benjamin 5d38f78e29 Rename obj_mac.h to nid.h and make it a multiply-includable header. 8 years ago
  David Benjamin 9e5eb63d01 Document that CRYPTO_library_init may be called concurrently. 8 years ago
  David Benjamin 4b7b048417 Spell __attribute__((format(printf, ...))) with more underscores. 8 years ago
  David Benjamin 3c4a5cbb71 Revert "Enable upstream's Poly1305 code." 8 years ago
  Brian Smith f08c1c6895 Drop support for custom |mod_exp| hooks in |RSA_METHOD|. 8 years ago
  David Benjamin baca950e8e Remove in_handshake. 8 years ago
  David Benjamin 282511d7eb Consolidate shutdown state. 8 years ago
  David Benjamin 054e151b16 Rewrite ARM feature detection. 8 years ago
  Brian Smith 24493a4ff4 Always cache Montgomery contexts in RSA. 8 years ago