Commits
Showing commits that first shipped in 9.2 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-04-17 | Support OpenSSL 1.1.0 in 9.3 and 9.2. | Tom Lane | 9.2.21 |
| 2015-05-22 | Back-patch libpq support for TLS versions beyond v1. | Tom Lane | 9.2.12 |
| 2015-01-24 | Replace a bunch more uses of strncpy() with safer coding. | Tom Lane | 9.2.10 |
| 2012-02-23 | Remove arbitrary limitation on length of common name in SSL certificates. | Tom Lane | 9.2.0 |
| 2011-07-25 | Fix previous patch so it also works if not USE_SSL (mea culpa). | Tom Lane | 9.2.0 |
| 2011-07-24 | Improve libpq's error reporting for SSL failures. | Tom Lane | 9.2.0 |
| 2011-07-24 | Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag. | Tom Lane | 9.2.0 |