Skip to content

Commit

Permalink
Information update
Browse files Browse the repository at this point in the history
  • Loading branch information
nd1012 committed Dec 2, 2021
1 parent 1d06072 commit 6fb8161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 nd
Copyright (c) 2021 Andreas Zimmermann, wan24.de

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Per default `SHA512` is used as hash algorithm. All possible hash algorithms (to

Of course the TSA needs to support the chosen hash algorithm, too!

The TSA URI will get the TSQ as `application/timestamp-query` POST http request and needs to response the TSR. If the TSA needs authentication f.e., you can use your own `HttpWebRequest` instance with a pre-configuration (only `ContentType` and `ContentLength` will be set when calling `SendRequest`):
The TSA URI will get the TSQ as `application/timestamp-query` POST http request and needs to respond the TSR. If the TSA needs authentication f.e., you can use your own `HttpWebRequest` instance with a pre-configuration (only `ContentType` and `ContentLength` will be set when calling `SendRequest`):

```cs
// Request the TSR with a custom request object
Expand Down

0 comments on commit 6fb8161

Please sign in to comment.