1639 コミット (399e7c94bfac09a64db3aff020952ee2f8363c56)
 

作成者 SHA1 メッセージ 日付
  David Benjamin 399e7c94bf Run go fmt on runner. 9年前
  David Benjamin cae932e85b Remove SSL_get0_ec_point_formats. 9年前
  Matt Braithwaite 2f252fed10 Add |DES_set_key_unchecked| as an alias for |DES_set_key|. 9年前
  Adam Langley c5b23a19ea Work around MSVC's limitations. 9年前
  nagendra modadugu 601448aa13 Add server-side support for asynchronous signing. 9年前
  Adam Langley 0950563a9b Implement custom extensions. 9年前
  Matt Braithwaite 30bff60d33 EVP_get_cipherbyname: recognize "des-ede3-cbc", not "3des-cbc". 9年前
  Matt Braithwaite 6bfdc63114 Fix NID of |EVP_CIPHER des3_cbc|. 9年前
  David Benjamin 820731a2b0 Fix some typos in license headers. 9年前
  David Benjamin a3a80b23eb Convert remaining Latin-1 files to UTF-8. 9年前
  David Benjamin 0a96859877 Minor simplification to the padding extension logic. 9年前
  David Benjamin 821464e45f Remove old 'prepare' extensions functions. 9年前
  David Benjamin 422fe08672 Add tests for the padding extension. 9年前
  Adam Langley 2399485e0b Note that some files carry in Intel license. 9年前
  David Benjamin a7278561f9 Fix license on rsaz_exp.h. 9年前
  Adam Langley a54cc0c55c Remove most handshake equal functions from runner. 9年前
  Matt Braithwaite bc97c69d76 Make methods of |RAND_SSLEay| do reasonable things. 9年前
  Adam Langley 879219b2c0 Move the declaration of kSRTPProfiles to ssl/internal.h 9年前
  Adam Langley 3534919c19 Regenerate stack_macros.h 9年前
  Adam Langley 33ad2b59da Tidy up extensions stuff and drop fastradio support. 9年前
  Adam Langley 273d49cd80 Convert EC curves extension to the new system 9年前
  Adam Langley bdd5d666f0 Convert EC point formats extension to the new system 9年前
  Adam Langley 391250d255 Convert the SRTP extension to the new system 9年前
  Adam Langley 49c7af1c42 Convert the Channel ID extension to the new system. 9年前
  Adam Langley f18e453db8 Convert the ALPN extension to the new system 9年前
  Adam Langley ab8d87d2f5 Convert the SCT extension to the new system 9年前
  David Benjamin 209b256223 Fix o2i_ECPublicKey documentation. 9年前
  David Benjamin 0c893f14ca Surround immintrin.h includes with warning pragmas. 9年前
  David Benjamin f21fe46764 Simplify the AMD-specific codepath. 9年前
  David Benjamin 7315251d4e Replace cpuid assembly with C code. 9年前
  David Benjamin aa58513f40 Reserve ex_data index zero for app_data. 9年前
  David Benjamin 31ac9aae51 Remove incorrect TODO(fork). 9年前
  David Benjamin c3717f4a00 Extra documentation. 9年前
  Adam Langley c4737331a3 Fix typo in |HMAC_CTX_cleanup|. 9年前
  David Benjamin 207bb4391f ERR_LIB_USER should be the last error. 9年前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9年前
  David Benjamin 34248d4cb7 Get rid of err function codes. 9年前
  David Benjamin 7f15ff53d8 Rename crypto/{bn,evp}/asn1.c. 9年前
  David Benjamin 7ca4b42146 Fix Chromium NaCl build. 9年前
  David Benjamin 4a59709ca1 Fix Windows build. 9年前
  David Benjamin 723f3534ff Fix shared library build. 9年前
  David Benjamin 0851f67480 Add standalone tests for Poly1305. 9年前
  Doug Hogan a5e2915ba1 Fix build on Unix systems without POSIX realtime extensions. 9年前
  Doug Hogan ecdf7f9986 Minor whitespace update after running go fmt with 1.4.2. 9年前
  Adam Langley 97dfcbfc7c Convert the NPN extension to the new system 9年前
  Adam Langley bb0bd04d15 Convert the status_request (OCSP stapling) extension to the new system 9年前
  Adam Langley 2e857bdad3 Convert the signature algorithms extension to the new system 9年前
  Adam Langley 9b05bc5caf Convert the session ticket extension to the new system. 9年前
  Adam Langley 0a05671f76 Switch EMS over to the new extensions system. 9年前
  Adam Langley efb0e16ee5 Reject empty ALPN protocols. 9年前