Branch: refs/heads/master
Home: https://github.com/OpenSC/OpenSC
Commit: 84f0a88edbae7fe4d81b796eb853069699178dc2
https://github.com/OpenSC/OpenSC/commit/84f0a88edbae7fe4d81b796eb853069699178dc2
Author: opensignature <an...@gm...>
Date: 2019-01-30 (Wed, 30 Jan 2019)
Changed paths:
M doc/files/files.html
M doc/files/opensc.conf.5.xml.in
M etc/opensc.conf.example.in
M src/libopensc/Makefile.am
M src/libopensc/Makefile.mak
M src/libopensc/card-cardos.c
R src/libopensc/pkcs15-infocamere.c
R src/libopensc/pkcs15-postecert.c
M src/libopensc/pkcs15-pubkey.c
M src/libopensc/pkcs15-syn.c
M src/libopensc/pkcs15-syn.h
M src/libopensc/sc-ossl-compat.h
M src/pkcs11/openssl.c
M src/tools/piv-tool.c
M src/tools/pkcs11-tool.c
M win32/Make.rules.mak
Log Message:
-----------
Remove postecert and infocamere support because no longer issued (#1584)
* Remove postecert and infocamere support because no longer issued
* Remove wrong changes
* reset NEWS
* EC_POINT_set_affine_coordinates_GFp and EC_POINT_get_affine_coordinates_GFp are
deprecated, use EC_POINT_set_affine_coordinates and EC_POINT_get_affine_coordinates
* If OPENSSL API version is < 3 use old functions EC_POINT_[sg]et_affine_coordinates_GFp
* Move the OpenSSL compatibility stuff to src/libopensc/sc-ossl-compat.h
|