3692 Commits (0726fb76ebe7f422e3c4fb2e25a0064926975770)
 

Author SHA1 Message Date
  Alessandro Ghedini 0726fb76eb Add SSL_CIPHER_is_AEAD. 7 years ago
  Brian Smith a26d4c3f43 Enable stitched x86-64 AES-NI AES-GCM implementation. 8 years ago
  Adam Langley abb32cc00d Restore H (the key) in the GHASH context. 7 years ago
  Aaron Green 67ccf59161 Fix crypto/rand/urandom header guards for Fuchsia. 7 years ago
  David Benjamin c253864993 Remove some node.js hacks. 7 years ago
  Aaron Green c80e416353 Add support for Fuchsia in crypto/rand. 7 years ago
  Brian Smith b4cc925c30 Remove specialized assembly language |ecp_nistz256_from_mont|. 7 years ago
  Brian Smith a2bdbb60ec Remove unused cp_nistz256_mul_by_2. 7 years ago
  Brian Smith cb42354ac3 Clarify x86 GCM asm implementation dispatching. 7 years ago
  Brian Smith 18a37a4211 Remove unused "pure" MMX x86 GCM implementation. 7 years ago
  Brian Smith ac153bded3 Remove unused non-MMX/SSE GCM assembly code. 7 years ago
  David Benjamin 6a0888dd52 Save one call to |ecp_nistz256_from_mont| in |ecp_nistz256_get_affine|. 8 years ago
  David Benjamin 745745df03 Add SSL_CIPHER_is_static_RSA. 7 years ago
  David Benjamin 5fc99c6603 There are no more MD5 ciphers. 7 years ago
  Adam Langley dcecdfd620 Fix a couple of missing spaces in comments. 7 years ago
  David Benjamin 1d6eeb3b85 Spellcheck our public headers. 7 years ago
  David Benjamin e3fbb36005 Test SSL_set_max_send_fragment. 7 years ago
  David Benjamin 8b8d22c961 Parse PKCS#12 files more accurately. 7 years ago
  David Benjamin 2df010e4f4 Remove 'pivot element' from wNAF code. 7 years ago
  David Benjamin 0a211dfe91 Remove BN_FLG_CONSTTIME. 7 years ago
  David Benjamin d261004048 Report TLS 1.3 as supporting secure renegotiation. 7 years ago
  David Benjamin 7f539fa008 Handle overflow in ascii_to_ucs2. 7 years ago
  David Benjamin 9d0e7fb6e7 Rework PKCS{5,8,12} code. 7 years ago
  David Benjamin 314d81420c Reimplement pkcs12_pbe_keyivgen with CBS. 7 years ago
  David Benjamin d1afc41869 Reimplement PKCS5_pbe_set with CBB. 7 years ago
  Adam Langley 2a25aae0f5 Ensure that CBB is |CBB_zero|ed before possibly calling |CBB_cleanup|. 7 years ago
  David Benjamin 4fae069c00 Reimplement PKCS5_v2_PBE_keyivgen. 7 years ago
  David Benjamin e464e81f89 Reimplement PKCS5_pbe2_set with CBB. 7 years ago
  David Benjamin ac83bea85d Trim dead code from PKCS#5 PBE2 bits. 7 years ago
  David Benjamin 9ba19b8e88 Test we can round-trip PKCS8_{encrypt,decrypt}. 7 years ago
  David Benjamin a5eee1c7f3 Decouple EVP_get_digestbyobj from the giant OID table. 7 years ago
  David Benjamin 8f3f6be0d5 Const-correct the PKCS8 salt parameter. 7 years ago
  David Benjamin 35349e9fac Unexport PKCS5 functions. 7 years ago
  David Benjamin 20dbc1ff20 Import some PKCS8_decrypt test vectors from Chromium. 7 years ago
  Matthew Braithwaite e2c083dfd6 ASN1_UTCTIME_print: fix, comment, test. 7 years ago
  David Benjamin 7c7ab21781 Guard a winsock2.h include under the usual pragmas. 7 years ago
  David Benjamin 9c33ae8562 Fix TLS 1.3 NewSessionTicket processing. 7 years ago
  David Benjamin 6add9f172c Fix setsockopt call. 7 years ago
  Rob Sloan 45573cc04d Add Little-endian BIGNUM conversions 7 years ago
  Steven Valdez 08b65f4e31 Enabling 0-RTT on new Session Tickets. 7 years ago
  David Benjamin c0c7019282 Simplify ec_GFp_nistp224_points_mul logic. 7 years ago
  David Benjamin d2242407bb Don't accept signature OIDs in EVP_get_digestby{nid,obj}. 7 years ago
  David Benjamin 9cbd55994f Simplify ec_GFp_nistp256_points_mul logic. 7 years ago
  Steven Valdez bf5bda37cf Adding socket reuse to bssl server. 7 years ago
  David Benjamin 0b8dc30932 Don't use BN_mod_inverse for inverses mod p in RSA keygen. 7 years ago
  David Benjamin 053fee9f79 Enforce the SSL 3.0 no_certificate alert in tests. 7 years ago
  David Benjamin 48063c2aea Add tests around SSL_write's retry behavior. 7 years ago
  David Benjamin a660e7ab67 Don't clear cert_request in ssl3_send_client_certificate. 7 years ago
  David Benjamin 2be4aa7164 Add a helper function for resetting SSL_get_error state. 7 years ago
  David Benjamin 3fa1e21be4 Test invalid inputs for AES_unwrap_key. 7 years ago