RFC 3161 compliant time stamp request creation, response generation
authorUlf Möller <ulf@openssl.org>
Sun, 12 Feb 2006 23:11:56 +0000 (23:11 +0000)
committerUlf Möller <ulf@openssl.org>
Sun, 12 Feb 2006 23:11:56 +0000 (23:11 +0000)
commitc7235be6e36c4bef84594aa3b2f0561db84b63d8
treed304c3d8ac064a1345d64f0e25a1eebf52e564a4
parent1c17d91c53ba73c907e0559d2bb80122dc7a8284
RFC 3161 compliant time stamp request creation, response generation
and response verification.

Submitted by: Zoltan Glozik <zglozik@opentsa.org>
Reviewed by: Ulf Moeller
47 files changed:
CHANGES
Makefile.org
apps/Makefile
apps/openssl-vms.cnf
apps/openssl.cnf
apps/progs.h
apps/ts.c [new file with mode: 0644]
apps/tsget [new file with mode: 0644]
crypto/asn1/a_bitstr.c
crypto/asn1/a_gentm.c
crypto/asn1/a_type.c
crypto/asn1/asn1.h
crypto/asn1/asn1_mac.h
crypto/asn1/t_x509.c
crypto/bio/bss_fd.c
crypto/err/err.c
crypto/err/err.h
crypto/err/err_all.c
crypto/err/openssl.ec
crypto/pkcs7/pkcs7.h
crypto/stack/safestack.h
crypto/ts/ts.h [new file with mode: 0644]
crypto/ts/ts_asn1.c [new file with mode: 0644]
crypto/ts/ts_conf.c [new file with mode: 0644]
crypto/ts/ts_err.c [new file with mode: 0644]
crypto/ts/ts_lib.c [new file with mode: 0644]
crypto/ts/ts_req_print.c [new file with mode: 0644]
crypto/ts/ts_req_utils.c [new file with mode: 0644]
crypto/ts/ts_resp_print.c [new file with mode: 0644]
crypto/ts/ts_resp_sign.c [new file with mode: 0644]
crypto/ts/ts_resp_utils.c [new file with mode: 0644]
crypto/ts/ts_resp_verify.c [new file with mode: 0644]
crypto/ts/ts_verify_ctx.c [new file with mode: 0644]
crypto/x509/x509.h
crypto/x509/x509_trs.c
crypto/x509v3/v3_genn.c
crypto/x509v3/v3_purp.c
crypto/x509v3/v3_utl.c
crypto/x509v3/x509v3.h
doc/apps/ts.pod [new file with mode: 0644]
doc/apps/tsget.pod [new file with mode: 0644]
doc/standards.txt
engines/Makefile
test/Makefile
util/mkdef.pl
util/mkerr.pl
util/mkfiles.pl