Hugo Landau
|
989dd4e055
libssl: Move SSL object unwrapping macros to separate header
|
9 ヶ月 前 |
Richard Levitte
|
b646179229
Copyright year updates
|
7 ヶ月 前 |
Hugo Landau
|
89dd87e1e8
libssl: Make some global mutable structures constant
|
9 ヶ月 前 |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 年間 前 |
Hugo Landau
|
d6e7ebba33
Minor fixes
|
1 年間 前 |
Hugo Landau
|
f082205bcf
QUIC TLS: Prohibit SRTP-related calls for QUIC TLS
|
1 年間 前 |
Tomas Mraz
|
38b051a1fe
SSL object refactoring using SSL_CONNECTION object
|
2 年 前 |
Kijin Kim
|
a425c0fec6
Add more SRTP protection profiles
|
2 年 前 |
Richard Levitte
|
6849b73ccc
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
|
4 年 前 |
Matt Caswell
|
6ac1cd10ba
Fix safestack issues in ssl.h
|
4 年 前 |
Matt Caswell
|
454afd9866
Update copyright year
|
4 年 前 |
Rich Salz
|
852c2ed260
In OpenSSL builds, declare STACK for datatypes ...
|
4 年 前 |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 年 前 |
Richard Levitte
|
2c18d164f5
Following the license change, modify the boilerplates in ssl/
|
6 年 前 |
Matt Caswell
|
6dd083fd68
Move client parsing of ServerHello extensions into new framework
|
8 年 前 |
Matt Caswell
|
6b473acabd
Refactor ClientHello extension parsing
|
8 年 前 |
Matt Caswell
|
8b0e934afb
Fix some missed size_t updates
|
8 年 前 |
Matt Caswell
|
8157d44b62
Convert ServerHello construction to WPACKET
|
8 年 前 |
Matt Caswell
|
2c7b4dbc1a
Convert tls_construct_client_hello() to use PACKETW
|
8 年 前 |
Emilia Kasper
|
a230b26e09
Indent ssl/
|
8 年 前 |
FdaSilvaYY
|
3c82e437bb
Add checks on sk_TYPE_push() returned result
|
8 年 前 |
Rich Salz
|
846e33c729
Copyright consolidation 01/10
|
8 年 前 |
Matt Caswell
|
fbdf0299dc
Free any existing SRTP connection profile
|
8 年 前 |
Dmitry Sobinov
|
43e5faa253
Add new DTLS-SRTP protection profiles from RFC 7714
|
8 年 前 |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 年 前 |
Matt Caswell
|
50932c4af2
PACKETise ServerHello processing
|
9 年 前 |
Matt Caswell
|
9ceb2426b0
PACKETise ClientHello processing
|
9 年 前 |
Rich Salz
|
75ebbd9aa4
Use p==NULL not !p (in if statements, mainly)
|
9 年 前 |
Rich Salz
|
86885c2895
Use "==0" instead of "!strcmp" etc
|
9 年 前 |
Rich Salz
|
9e9858d1cf
dead code cleanup: #if 0 in ssl
|
9 年 前 |