]> granicus.if.org Git - php/commit
Merge branch 'bug65729' of https://github.com/datibbaw/php-src
authorMichael Wallner <mike@php.net>
Tue, 8 Oct 2013 13:58:28 +0000 (15:58 +0200)
committerMichael Wallner <mike@php.net>
Tue, 8 Oct 2013 13:58:28 +0000 (15:58 +0200)
commit8300ced2f7daef0e1a6786d89361b92aadb3dd10
treed6ecb1d134c9cc544c83d18f60177867babb4cc6
parent0d8c83a251a96a81f53dec16e4ae4d39de01c4da
parent6106896440572dd8093acdd11ea691a07d9b169c
Merge branch 'bug65729' of https://github.com/datibbaw/php-src

* 'bug65729' of https://github.com/datibbaw/php-src:
  DNS name comparison is now case insensitive.
  Use zend_bool as return value for _match()
  Added two more test cases for CN matching.
  yay, reduced one variable
  Fixed bug that would lead to out of bounds memory access
  added better wildcard matching for CN
ext/openssl/openssl.c