[pkg-opensc-commit] [libp11] 80/86: Imported Upstream version 0.4.0

Eric Dorland eric at moszumanska.debian.org
Sun Jul 24 21:40:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit c2b01665b3307d5c4a2524590c595cc121260948
Merge: 863b64f 22de793
Author: Eric Dorland <eric at debian.org>
Date:   Sun Jul 24 15:11:06 2016 -0400

    Imported Upstream version 0.4.0

 .gitignore                                         |   3 +-
 .travis.sh                                         |  11 +-
 .travis.yml                                        |   1 +
 Makefile.am                                        |   2 +-
 NEWS                                               |  20 +
 appveyor.yml                                       |   5 +-
 configure.ac                                       |  81 +-
 examples/Makefile.am                               |   2 +-
 examples/auth.c                                    |   4 +
 examples/decrypt.c                                 |  30 +-
 examples/rawrsasign.c                              | 303 -------
 make.rules.mak                                     |   2 +-
 src/Makefile.am                                    |  33 +-
 src/Makefile.mak                                   |  49 +-
 src/eng_back.c                                     | 890 +++++++++++++++++++
 src/eng_front.c                                    | 250 ++++++
 src/eng_parse.c                                    | 339 +++++++
 src/engine.h                                       |  79 ++
 src/libp11-int.h                                   | 212 ++++-
 src/libp11.exports                                 |   4 +-
 src/libp11.h                                       | 163 ++--
 src/{versioninfo.rc => libp11.rc}                  |   8 +-
 src/{versioninfo.rc.in => libp11.rc.in}            |   0
 src/p11_attr.c                                     |  73 +-
 src/p11_cert.c                                     |  92 +-
 src/p11_ec.c                                       | 745 ++++++++++++----
 src/p11_err.c                                      |   6 +-
 src/p11_front.c                                    | 453 ++++++++++
 src/p11_key.c                                      | 173 ++--
 src/p11_load.c                                     |  95 +-
 src/p11_misc.c                                     | 132 +--
 src/p11_ops.c                                      | 256 ------
 src/p11_rsa.c                                      | 264 ++++--
 src/p11_slot.c                                     | 233 ++---
 src/pkcs11.exports                                 |   2 +
 src/pkcs11.h                                       | 988 +++++++++++----------
 src/{versioninfo.rc => pkcs11.rc}                  |  12 +-
 src/{versioninfo.rc.in => pkcs11.rc.in}            |   8 +-
 tests/Makefile.am                                  |  24 +-
 tests/ec-cert.der                                  | Bin 0 -> 384 bytes
 tests/{common.sh => ec-common.sh}                  |  23 +-
 tests/ec-prvkey.der                                | Bin 0 -> 121 bytes
 tests/ec-pubkey.der                                | Bin 0 -> 91 bytes
 tests/{testfork.softhsm => ec-testfork.softhsm}    |   2 +-
 tests/engines.cnf.in                               |  16 +
 tests/evp-sign.c                                   | 305 +++++++
 tests/fork-test.c                                  |  74 +-
 tests/openssl_version.c                            |  15 +
 tests/{cert.der => rsa-cert.der}                   | Bin
 tests/{common.sh => rsa-common.sh}                 |   6 +-
 tests/rsa-evp-sign.softhsm                         |  69 ++
 tests/{key.der => rsa-prvkey.der}                  | Bin
 tests/{pubkey.der => rsa-pubkey.der}               | Bin
 tests/{testfork.softhsm => rsa-testfork.softhsm}   |   2 +-
 ...stlistkeys.softhsm => rsa-testlistkeys.softhsm} |   2 +-
 .../{testpkcs11.softhsm => rsa-testpkcs11.softhsm} |   8 +-
 56 files changed, 4568 insertions(+), 2001 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list