forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit03a0e0d
committed
libpq: Enforce ALPN in direct SSL connections
ALPN is mandatory with direct SSL connections. That is documented, andthe server checks it, but libpq was missing the check.Reported-by: Jacob ChampionReviewed-by: Michael PaquierDiscussion:https://www.postgresql.org/message-id/CAOYmi+=sj+1uydS0NR4nYzw-LRWp3Q-s5speBug5UCLSPMbvGA@mail.gmail.com1 parent87d2801 commit03a0e0d
1 file changed
+28
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1585 | 1585 |
| |
1586 | 1586 |
| |
1587 | 1587 |
| |
| 1588 | + | |
| 1589 | + | |
| 1590 | + | |
| 1591 | + | |
| 1592 | + | |
| 1593 | + | |
| 1594 | + | |
| 1595 | + | |
| 1596 | + | |
| 1597 | + | |
| 1598 | + | |
| 1599 | + | |
| 1600 | + | |
| 1601 | + | |
| 1602 | + | |
| 1603 | + | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
| 1612 | + | |
| 1613 | + | |
| 1614 | + | |
| 1615 | + | |
1588 | 1616 |
| |
1589 | 1617 |
| |
1590 | 1618 |
| |
|
0 commit comments
Comments
(0)