Commit History

Author SHA1 Message Date
  Benjamin Kaduk 1fcb4e4d52 Use atomics for SSL_CTX statistics 7 years ago
  Paul Yang 7a908204ed Simplify the stack reservation 7 years ago
  Bernd Edlinger e6b10c344e Fix error handling in SSL_new 7 years ago
  KaoruToda 26a7d938c9 Remove parentheses of return. 7 years ago
  Benjamin Kaduk 2139145b72 Add missing RAND_DRBG locking 7 years ago
  Dr. Matthias St. Pierre c16de9d832 Fix reseeding issues of the public RAND_DRBG 7 years ago
  KaoruToda 208fb891e3 Since return is inconsistent, I removed unnecessary parentheses and 7 years ago
  Pauli f32b0abe26 Remove unnecessary #include <openssl/lhash.h> directives. 7 years ago
  Pauli e431363f8c Add stack space reservations. 7 years ago
  Kurt Roeckx b92d7b62f5 Use size of entries, not size of the pointer. 7 years ago
  Dr. Stephen Henson 9e84a42db4 Store groups as uint16_t 7 years ago
  Dr. Matthias St. Pierre 79b4444d81 Cleanup whitespace in ssl_lib.c (tabs to spaces) 7 years ago
  Dr. Stephen Henson 6aaa29fb35 Allow use of RSA-PSS certificates in TLS 1.2 7 years ago
  Christian Heimes 3edabd3ccb Provide getters for min/max proto version 7 years ago
  Pauli 4cacc9d510 Revert "GH614: Use memcpy()/strdup() when possible" 7 years ago
  David Benjamin a9c0d8beea Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb. 7 years ago
  Matt Caswell add8d0e9e0 Enable the ability to use an external PSK for sending early_data 7 years ago
  Pauli cd420b0b1f Move the REF_PRINT support from e_os.h to internal/refcount.h. 7 years ago
  Pauli 677963e5a4 e_os.h removal from other headers and source files. 7 years ago
  Kurt Roeckx 0b14a5b7cc Don't auto-instantiate a DRBG when trying to use it and it's not 7 years ago
  Benjamin Kaduk 0aed6e449d Add SSL_get_pending_cipher() 7 years ago
  Rich Salz ae3947de09 Add a DRBG to each SSL object 7 years ago
  Matt Caswell 67dc995eaf Move ossl_assert 7 years ago
  Matt Caswell 5d61491c88 Fix new_session_cb calls in TLSv1.3 7 years ago
  Paul Yang 190b9a03b7 Make SSL_set_tlsext_host_name no effect from server side 7 years ago
  Todd Short a58eb06d52 Add support to free/allocate SSL buffers 7 years ago
  Matt Caswell 242525372c Remove session checks from SSL_clear() 7 years ago
  Matt Caswell 59ff3f07dc Fix SSL_clear() in TLSv1.3 7 years ago
  Benjamin Kaduk c8feba723a Error out when forcing an unsupported TLS version 7 years ago
  Matt Caswell 23cec1f4b4 Add documentation for the SSL_export_keying_material() function 7 years ago