index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libssl
/
ssl_srvr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass the session ID down to the session/ticket handling code as a CBS.
jsing
2019-04-22
1
-3
/
+2
*
Inline and remove the tlsext_tick_md macro.
jsing
2019-04-22
1
-2
/
+2
*
Defer sigalgs selection until the certificate is known.
jsing
2019-03-25
1
-2
/
+2
*
Rework ssl3_output_cert_chain() to take a CERT_PKEY and consider chains.
jsing
2019-03-25
1
-4
/
+4
*
Rename tls1_handshake_hash*() to tls1_transcript_hash*().
jsing
2019-02-09
1
-3
/
+3
*
Rename TLS extension handling to use less "hello".
jsing
2019-01-18
1
-3
/
+3
*
Remove an ugly hack in the client certificate verification code that works
tb
2018-12-07
1
-48
/
+44
*
Fix DTLS transcript handling for HelloVerifyRequest.
jsing
2018-11-21
1
-5
/
+2
*
Add check function to verify that pkey is usable with a sigalg.
beck
2018-11-11
1
-3
/
+3
*
quiet warning on other compilers
bcook
2018-11-11
1
-3
/
+3
*
Free the server tls transcript in case session reuse did not work.
bluhm
2018-11-11
1
-3
/
+4
*
Add support for RSA PSS algorithims being used in sigalgs.
beck
2018-11-11
1
-1
/
+15
*
Convert signatures and verifcation to use the EVP_DigestXXX api
beck
2018-11-11
1
-18
/
+40
*
Stop keeping track of sigalgs by guessing it from digest and pkey,
beck
2018-11-10
1
-23
/
+12
*
Ensure we only choose sigalgs from our prefernce list, not the whole list
beck
2018-11-09
1
-2
/
+3
*
Add the ability to have a separate priority list for sigalgs.
beck
2018-11-09
1
-2
/
+2
*
Reimplement the sigalgs processing code into a new implementation
beck
2018-11-09
1
-23
/
+13
*
Clean up and simplify the handshake transcript code.
jsing
2018-11-08
1
-51
/
+23
*
Stop pretending that a cert member in a SSL and SSL_CTX can be NULL.
jsing
2018-11-08
1
-7
/
+1
*
Ensure the handshake transcript is cleaned up.
jsing
2018-11-08
1
-1
/
+7
*
Convert ssl3_get_cert_verify() to CBS and clean up somewhat.
jsing
2018-08-27
1
-74
/
+72
*
Add some missing statics.
jsing
2018-08-27
1
-2
/
+2
*
Simplify new session ticket encoding/generation.
jsing
2018-08-27
1
-63
/
+38
*
Simplify session ticket parsing/handling.
jsing
2018-08-24
1
-8
/
+7
*
Pull up the parsing of a ClientHello.
jsing
2018-08-24
1
-20
/
+20
*
Clean up handshake message start/finish functions.
jsing
2018-08-24
1
-17
/
+17
*
Correct session ticket encryption.
jsing
2018-08-22
1
-4
/
+11
*
Rename and collapse tls12_get_sigandhash_cbb().
jsing
2018-08-19
1
-3
/
+2
*
Convert ssl3_send_newsession_ticket() to CBB.
jsing
2018-08-19
1
-55
/
+64
*
Simplify the add signature code/logic in ssl3_send_server_key_exchange().
jsing
2018-08-16
1
-13
/
+8
*
Convert ssl3_send_server_key_exchange() to CBB.
jsing
2018-08-16
1
-44
/
+45
*
Actually check the return values for EVP_Sign* and EVP_Verify*.
jsing
2018-08-14
1
-7
/
+11
*
Simplify server kex exchange signature generation.
jsing
2018-08-10
1
-61
/
+33
*
Now that all of the server-side client key exchange processing functions
jsing
2018-06-10
1
-53
/
+40
*
Allocate a dedicated buffer for use when deriving a shared key during
jsing
2018-06-03
1
-10
/
+18
*
Convert ssl3_get_client_kex_ecdhe_ecp() to CBS.
jsing
2018-06-02
1
-44
/
+42
*
Clean out a pile of cruft from ssl3_get_client_kex_ecdhe_ecp().
jsing
2018-05-19
1
-93
/
+38
*
Convert ssl3_get_client_kex_gost() to CBS.
jsing
2018-05-19
1
-21
/
+23
*
More clean up of the RSA key exchange code.
jsing
2018-05-13
1
-24
/
+34
*
Nuke SSL_OP_TLS_ROLLBACK_BUG - this is a workaround for buggy clients from
jsing
2018-04-11
1
-30
/
+15
*
Initialize variables to avoid compiler warnings
inoguchi
2018-01-28
1
-2
/
+2
*
Complete the TLS extension handling rewrite for the server-side.
jsing
2018-01-27
1
-9
/
+10
*
Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code.
jsing
2017-10-12
1
-16
/
+137
*
Fully convert ssl3_send_server_hello() to CBB.
jsing
2017-10-11
1
-25
/
+17
*
Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer and
jsing
2017-10-10
1
-2
/
+3
*
Fix some style/whitespace/indentation issues in ssl3_accept().
jsing
2017-10-08
1
-25
/
+14
*
Convert TLS signature algorithms extension handling to the new framework.
jsing
2017-08-12
1
-4
/
+4
*
Remove NPN support.
jsing
2017-08-12
1
-98
/
+6
*
Remove support for DSS/DSA, since we removed the cipher suites a while
jsing
2017-08-12
1
-12
/
+1
*
Convert ssl3_send_certificate_request() to CBB.
jsing
2017-08-11
1
-45
/
+46
[next]