forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaf0e79c
committed
Move SSL information callback earlier to capture more information
The callback for retrieving state change information during connectionsetup was only installed when the connection was mostly set up, andthus didn't provide much information and missed all the details relatedto the handshake.This also extends the callback with SSL_state_string_long() to printmore information about the state change within the SSL object handled.While there, fix some comments which were incorrectly referring to thecallback and its previous location in fe-secure.c.Author: Daniel GustafssonDiscussion:https://postgr.es/m/232CF476-94E1-42F1-9408-719E2AEC5491@yesql.se1 parent27a48e5 commitaf0e79c
File tree
3 files changed
+16
-18
lines changed- src
- backend/libpq
- interfaces/libpq
3 files changed
+16
-18
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
381 | 381 |
| |
382 | 382 |
| |
383 | 383 |
| |
| 384 | + | |
| 385 | + | |
| 386 | + | |
384 | 387 |
| |
385 | 388 |
| |
386 | 389 |
| |
| |||
562 | 565 |
| |
563 | 566 |
| |
564 | 567 |
| |
565 |
| - | |
566 |
| - | |
567 |
| - | |
568 | 568 |
| |
569 | 569 |
| |
570 | 570 |
| |
| |||
999 | 999 |
| |
1000 | 1000 |
| |
1001 | 1001 |
| |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
1002 | 1006 |
| |
1003 | 1007 |
| |
1004 | 1008 |
| |
1005 | 1009 |
| |
1006 |
| - | |
| 1010 | + | |
1007 | 1011 |
| |
1008 | 1012 |
| |
1009 | 1013 |
| |
1010 |
| - | |
| 1014 | + | |
1011 | 1015 |
| |
1012 | 1016 |
| |
1013 | 1017 |
| |
1014 |
| - | |
| 1018 | + | |
1015 | 1019 |
| |
1016 | 1020 |
| |
1017 | 1021 |
| |
1018 |
| - | |
| 1022 | + | |
1019 | 1023 |
| |
1020 | 1024 |
| |
1021 | 1025 |
| |
1022 |
| - | |
| 1026 | + | |
1023 | 1027 |
| |
1024 | 1028 |
| |
1025 | 1029 |
| |
1026 |
| - | |
| 1030 | + | |
1027 | 1031 |
| |
1028 | 1032 |
| |
1029 | 1033 |
| |
1030 |
| - | |
| 1034 | + | |
1031 | 1035 |
| |
1032 | 1036 |
| |
1033 | 1037 |
| |
1034 |
| - | |
| 1038 | + | |
1035 | 1039 |
| |
1036 | 1040 |
| |
1037 | 1041 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 | 16 |
| |
23 | 17 |
| |
24 | 18 |
| |
|
0 commit comments
Comments
(0)