0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/openvpn/mbedtls
James Yonan 3b34449d0e
SSLAPI: auth_cert() can now be const
auth_cert() can now be const because OpenSSL rebuild_authcert()
is never called unless authcert has already been allocated,
making

  authcert.reset(new AuthCert());

redundant.  Once the above statement is removed,
rebuild_authcert() becomes const.

Signed-off-by: James Yonan <james@openvpn.net>
2019-06-19 18:21:02 +02:00
..
crypto [OVPN3-140] Update company names in copyrights 2017-12-22 17:59:39 +08:00
pki SSLAPI: move PKType from SSLConfigAPI into standalone header to avoid dependency inversion 2019-06-19 18:21:01 +02:00
ssl SSLAPI: auth_cert() can now be const 2019-06-19 18:21:02 +02:00
util ssl: add support for encoding/decoding PEM format 2018-12-06 09:19:21 +10:00