485 커밋 (4cfa96bd2680d62c6b6224a530268135c8d7b4e3)

작성자 SHA1 메시지 날짜
  Adam Langley 614c66a2f8 Add infrastructure for better extension handling. 9 년 전
  David Benjamin de24aadc5b Add RAND_set_urandom_fd. 9 년 전
  David Benjamin daeafc22c6 Move the session ticket functions to ssl.h. 9 년 전
  David Benjamin 6cacac033b Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions. 9 년 전
  David Benjamin cb3872f546 Sort the preprocessor compatibility section. 9 년 전
  David Benjamin 65ee9b7ce9 Remove EVP_PKEY_HMAC. 9 년 전
  Adam Langley a59347eb4c RAND_set_rand_method takes a const parameter. 9 년 전
  Matt Braithwaite 3e5e99d834 Dummy |RAND_set_rand_method|, |RAND_egd|, and |RAND_SSLeay|. 9 년 전
  Matt Braithwaite 50365f25ba Restore |DES_ede3_cfb_encrypt| and |DES_ede3_cfb64_encrypt| from OpenSSL at ce7e647b. 9 년 전
  Matt Braithwaite c0fe12cdf7 Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b. 9 년 전
  Matt Braithwaite 4cd4edfc34 Restore |ERR_print_errors()|. 9 년 전
  Matt Braithwaite 1cb49cd2ac Restore |RSA_generate_key()| from OpenSSL at b4f0d1a. 9 년 전
  Matt Braithwaite e17d45f069 Restore |BIO_f_base64| from OpenSSL at b4f0d1a, modulo style fixes. 9 년 전
  David Benjamin 50f54e2a5f AEADs don't go through ENGINE. 9 년 전
  David Benjamin ba4594aee6 Don't put sessions from renegotiations in the cache. 9 년 전
  Adam Langley 6b40394638 Revert "Restore ocsp.h, with (just) the CRLReason enum from RFC 2459." 9 년 전
  Matt Braithwaite d213885c04 Restore ocsp.h, with (just) the CRLReason enum from RFC 2459. 9 년 전
  David Benjamin 7244fa46f7 Expose ECDSA_SIG_max_len to size a DER ECDSA-Sig-Value. 9 년 전
  David Benjamin b4d65fda70 Implement asynchronous private key operations for client auth. 9 년 전
  David Benjamin 680ca961f9 Preserve session->sess_cert on ticket renewal. 9 년 전
  David Benjamin d65bb78c6c Add SSL_initial_handshake_complete. 9 년 전
  David Benjamin b0acb7743f Export pkcs1_prefixed_msg as RSA_add_pkcs1_prefix. 9 년 전
  David Benjamin 95d3182576 Duplicate SSL_SESSIONs when renewing them. 9 년 전
  David Benjamin fd67aa8c95 Add SSL_SESSION_from_bytes. 9 년 전
  Adam Langley cc7e11f2af Define OPENSSL_64_BIT for PowerPC chips. 9 년 전
  David Benjamin 1c703cb0c1 Check for BN_copy failures. 9 년 전
  Kenny Root 3a9e1fba0e Correct various documentation typos 9 년 전
  Adam Langley 85bc5601ee Add ECDHE-PSK-AES{128,256}-SHA cipher suites. 9 년 전
  Adam Langley 1feb42a2fb Drop ECDHE-PSK-AES-128-GCM. 9 년 전
  David Benjamin 24f346d77b Limit the number of warning alerts silently consumed. 9 년 전
  David Benjamin a8ebe2261f Add tests for empty record limit and make it work in the async case. 9 년 전
  Adam Langley 521d4b805a Export |CBS_get_any_ber_asn1_element|. 9 년 전
  Adam Langley e3ed21058d Add #defines for ASN.1 NULL and GENERALIZEDTIME. 9 년 전
  Adam Langley 839b881c61 Multi-prime RSA support. 9 년 전
  Adam Langley af0e32cb84 Add SSL_get_tls_unique. 9 년 전
  Adam Langley cc1e3df75c Make CBS_get_any_asn1_element accept only DER. 9 년 전
  Adam Langley ba5934b77f Tighten up EMS resumption behaviour. 9 년 전
  Matt Braithwaite 9f8ef2da92 Add |EVP_get_digestbyname|. 9 년 전
  Matt Braithwaite b7326b0b43 Implement |PEM_def_callback| and call it where appropriate. 9 년 전
  David Benjamin e216288109 Unexport and prune EVP_MD_CTX flags. 9 년 전
  David Benjamin af8731f7a5 Remove HMAC_CTX_set_flags. 9 년 전
  David Benjamin c933a47e6f Switch the ssl_write_bytes hook to ssl_write_app_data. 9 년 전
  David Benjamin 2c3679210e EVP_Digest*Update, EVP_DigestFinal, and HMAC_Update can never fail. 9 년 전
  David Benjamin e2375e139e Low-level hash 'final' functions cannot fail. 9 년 전
  Adam Langley 05ead68a0f Readd CRYPTO_{LOCK|UNLOCK|READ|WRITE}. 9 년 전
  Adam Langley 71106adf89 Add |BIO_read_asn1| to read a single ASN.1 object. 9 년 전
  David Benjamin b3a7b51f18 Fix off-by-one in BN_rand 9 년 전
  David Benjamin 074cc04022 Reject negative shifts for BN_rshift and BN_lshift. 9 년 전
  David Benjamin 5aea93e604 Deprecate and no-op SSL_VERIFY_CLIENT_ONCE. 9 년 전
  David Benjamin 34a1635b3f Remove fake RLE compression OID. 9 년 전