2553 Commit (a7aa2bb8f86f9891bba9d05544e2b9796b2da864)
 

Autore SHA1 Messaggio Data
  Brian Smith a7aa2bb8f8 Avoid a multiplication in |ecp_nistz256_get_affine| when |x| is NULL. 8 anni fa
  Brian Smith d860b7b1cd Set output coordinates' |neg| field in |ecp_nistz256_get_affine|. 8 anni fa
  Brian Smith 97770d17d8 Use only Montgomery math in |ec_GFp_mont_point_get_affine_coordinates|. 8 anni fa
  David Benjamin f3835839b1 Use nanosleep instead of usleep. 8 anni fa
  David Benjamin 9dadc3b6e1 Replace CRYPTO_once_t on Windows with INIT_ONCE. 8 anni fa
  David Benjamin 3ed24f0502 Test CRYPTO_once_t collisions. 8 anni fa
  David Benjamin 582d2847ed Reimplement PKCS#12 key derivation. 8 anni fa
  David Benjamin 0e21f41fe8 Switch all 'num' parameters in crypto/modes to unsigned. 8 anni fa
  David Benjamin 1a0a8b6760 Make EVP_MD_CTX size functions return size_t. 8 anni fa
  Brian Smith 86361a3910 Require the public exponent to be available in RSA blinding. 8 anni fa
  Brian Smith d035730ac7 Make return value of |BN_MONT_CTX_set_locked| int. 8 anni fa
  Brian Smith 51b0d5b1e8 Do not use the CRT when |rsa->e == NULL|. 8 anni fa
  Brian Smith 69f0532c85 Use |memcmp| instead of |CRYPTO_memcmp| in |RSA_verify|. 8 anni fa
  Brian Smith 2a92031bb4 Clarify |RSA_verify_raw| error handling & cleanup. 8 anni fa
  Brian Smith 9902262af6 Remove redundant check of |sig_len| in |RSA_verify|. 8 anni fa
  Brian Smith c0b196d4eb Drop support for engines-provided signature verification. 8 anni fa
  David Benjamin 9b611e28e4 Simplify server_name extension parsing. 8 anni fa
  David Benjamin 4c5ddb8047 Set rwstate consistently. 8 anni fa
  David Benjamin c6972eb1f0 Remove the no_renegotiation special case. 8 anni fa
  David Benjamin 0d3a8c6ac0 Don't allow alert records with multiple alerts. 8 anni fa
  David Benjamin 56703d91bf Make err_data_generator.go silent by default. 8 anni fa
  David Benjamin 26993ad55e Only use recv/send for socket BIOs on Windows. 8 anni fa
  David Benjamin 919610b4c4 Fix memory leak on invalid ecPublicKey parameters. 8 anni fa
  Daniel Bathgate 4365c3f522 Send an error rather than assert when decrypt_len != rsa_size. 8 anni fa
  David Benjamin 0fe4d8bef5 chacha/asm/chacha-armv8.pl: fix intermittent build failures. 8 anni fa
  Steven Valdez 9980ce1dcd Add BORINGSSL_PREFIX for prefixing symbols 8 anni fa
  David Benjamin a82e8dd9d2 Tweak X25519 documentation. 8 anni fa
  Adam Langley aaccbfec04 Export RSA_padding_add_PKCS1_OAEP[_mgf1] 8 anni fa
  Max Moroz 188487faad Remove .options files for libFuzzers and update FUZZING.md documentation. 8 anni fa
  David Benjamin e4c678adda Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit." 8 anni fa
  David Benjamin 112c4dd1ff Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit. 8 anni fa
  David Benjamin 2a187a4316 No-op change to test bugdroid. 8 anni fa
  David Benjamin 14420e91e0 Remove EVP_aead_chacha20_poly1305_rfc7539 alias. 8 anni fa
  Piotr Sikora a13ad73cee Use UINT64_C instead of unsigned long long integer constant. 8 anni fa
  Gabriel Redner dcb3383463 Modify 'bssl client' to print the cert subject and issuer 8 anni fa
  David Benjamin d44a943111 Fix docs typo. 8 anni fa
  David Benjamin 046b27815e Decouple crypto/evp from the OID table. 8 anni fa
  David Benjamin 0d76c402b8 Decouple crypto/ec from the OID table. 8 anni fa
  David Benjamin 981936791e Remove some easy obj.h dependencies. 8 anni fa
  David Benjamin 5d38f78e29 Rename obj_mac.h to nid.h and make it a multiply-includable header. 8 anni fa
  David Benjamin 66ec5c9066 Also re-serialize X509 objects in fuzz/cert.cc. 8 anni fa
  David Benjamin 20568e7a4f Remove inaccurate comments in fuzz/{client,server}.cc. 8 anni fa
  David Benjamin 9e5eb63d01 Document that CRYPTO_library_init may be called concurrently. 8 anni fa
  Brian Smith d879e29936 Further optimize Montgomery math in RSA blinding. 8 anni fa
  David Benjamin bfefc27c2b Avoid doing arithmetic on void pointers. 8 anni fa
  David Benjamin 4b7b048417 Spell __attribute__((format(printf, ...))) with more underscores. 8 anni fa
  David Benjamin aa0bea7bc1 Add additional poly1305 tests. 8 anni fa
  David Benjamin 3c4a5cbb71 Revert "Enable upstream's Poly1305 code." 8 anni fa
  Brian Smith f08c1c6895 Drop support for custom |mod_exp| hooks in |RSA_METHOD|. 8 anni fa
  Brian Smith 3426d10119 Convert RSA blinding to use Montgomery multiplication. 8 anni fa