1076 Commity (7a8e62dbd9df2ca2ee522fb3072edbfef6aafd11)
 

Autor SHA1 Wiadomość Data
  David Benjamin 7a8e62dbd9 Fix ASN1_TYPE_cmp 9 lat temu
  David Benjamin 61c0d4e8b2 Always reset sigalgslen when NULLing sigalgs. 9 lat temu
  David Benjamin c12d377e24 Free up ADB and CHOICE if already initialised. 9 lat temu
  David Benjamin 7e3b5840c2 Fix more missing error checks in v3_cpols.c 9 lat temu
  Adam Langley 078abceb29 Don't install SIGILL handler until after sigsetjmp. 9 lat temu
  David Benjamin 8b368412d3 Minor formatting fixes. 9 lat temu
  David Benjamin 9e13e1a31d Move the is_dtls bit from SSL3_ENC_METHOD to SSL_PROTOCOL_METHOD. 9 lat temu
  David Benjamin cfdd6b1aef Account for partial reads in PacketedBio. 9 lat temu
  David Benjamin 506fa4f770 Allocate string types directly. 9 lat temu
  David Benjamin 42574efaff Avoid undefined behavior in probable_prime. 9 lat temu
  David Benjamin cdcecf546b Fix regression in ASN1_UTCTIME_cmp_time_t 9 lat temu
  David Benjamin a5a3eeb9cc Remove ssl_cert_inst() 9 lat temu
  David Benjamin ced555394f Fix undefined behavior in shifts. 9 lat temu
  David Benjamin 34860739de ASN.1 print fix. 9 lat temu
  David Benjamin 859a04b7ff Fix missing return checks in v3_cpols.c 9 lat temu
  David Benjamin a9c6667cab Fix asn1_item_print_ctx 9 lat temu
  David Benjamin e30f3fb080 ASN1_primitive_new NULL param handling 9 lat temu
  David Benjamin c02f148fa8 Fix error handling in bn_exp 9 lat temu
  David Benjamin 87b2a13a86 Fix seg fault in ASN1_generate_v3/ASN1_generate_nconf 9 lat temu
  David Benjamin 2ddba8cd48 Check for RAND_bytes failures in the ClientHello. 9 lat temu
  David Benjamin 3305858342 Fix wrong numbers being passed as string lengths 9 lat temu
  Adam Langley f21645f4e3 Typo fix in comment. 9 lat temu
  David Benjamin 067321502d Explicitly document EVP_PKEY_size vs EVP_PKEY_bits. 9 lat temu
  Adam Langley 1df63e93f9 Fix a couple of issues with building with strict C99. 9 lat temu
  Adam Langley 0e782a9eb3 Add AEADs for AES-CTR with HMAC-SHA256. 9 lat temu
  Adam Langley 52f9f62283 Change aes_set_gcm_key to be more flexible. 9 lat temu
  Adam Langley 5edc4e2a9b Correct three incorrect function names in errors. 9 lat temu
  Adam Langley ca8feeb301 Add support for 3DES ECB. 9 lat temu
  Adam Langley 7282738bad Add DES_set_odd_parity. 9 lat temu
  Adam Langley 3f92d21094 Add SSL_get_rc4_state. 9 lat temu
  Adam Langley 524e717b87 Add a callback for DDoS protection. 9 lat temu
  Brian Smith ab2a8e03d9 Fix duplicate lock IDs & simplify lock ID maintenance. 9 lat temu
  David Benjamin d434f28ef2 Fix bssl speed. 9 lat temu
  David Benjamin 1b3a95122d Document exactly how the stateful AEADs are weird. 9 lat temu
  Brian Smith 1d1562d9b5 Free new[]'d array using delete[] instead of free in speed.cc. 9 lat temu
  Brian Smith a42b4163f8 Remove remaining remnants of RIPEMD-160 support. 9 lat temu
  Brian Smith d53b2c3c88 Fix out-of-bounds memory write in speed.cc. 9 lat temu
  Brian Smith 4df48dd30f Define more OPENSSL_NO_xxx flags in opensslfeatures.h. 9 lat temu
  Brian Smith 949b26827a Remove Unused SPARC & PowerPC perlasm scripts. 9 lat temu
  Brian Smith 28120a18f6 Fix mistaken use of CRYPTO_EX_INDEX_DSA in rsa.c. 9 lat temu
  David Benjamin dc3da93899 Process alerts between ChangeCipherSpec and Finished. 9 lat temu
  David Benjamin 4f7783eaea Use EC_KEY_new_by_curve_name. 9 lat temu
  David Benjamin 7cb0f44d9d Remove EVP_MAXCHUNK from DES EVP code. 9 lat temu
  David Benjamin 165de16c2e Import additional AES-GCM test vector from upstream. 9 lat temu
  David Benjamin 1a5c50f3a8 Error codes are uint32_t, not unsigned long. 9 lat temu
  David Benjamin 7cc29ab833 Take advantage of normalized return values. 9 lat temu
  David Benjamin e0ba4dddf6 Normalize all EVP_PKEY_CTX_ctrl return values. 9 lat temu
  David Benjamin bc5d8ee0d4 Route EVP_PKEY_CTRL_GET_RSA_OAEP_LABEL through a CBS. 9 lat temu
  David Benjamin e60202797d Move EVP_R_COMMAND_NOT_SUPPORTED into individual EVP_PKEY ctrl hooks. 9 lat temu
  David Benjamin 33c8d60a1f Remove EVP_PKEY_CTRL_DIGESTINIT -2 special-case in md_begin_digest. 9 lat temu