aboutsummaryrefslogtreecommitdiff
path: root/src/or/torcert.h
AgeCommit message (Expand)Author
2018-01-31Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-26When a tor_cert_T check fails, log the reason why.Nick Mathewson
2017-12-08Replace all FREE_AND_NULL* uses to take a type and a free function.Nick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-08-13Mock rsa_ed25519_crosscert_checkSuphanat Chunhapanya
2017-03-15Run the copyright update script.Nick Mathewson
2016-11-10Move encode_cert to torcert.c and rename it to tor_cert_encode_ed22519()Neel Chauhan
2016-11-04Merge branch 'ticket17238_029_02-resquash'Nick Mathewson
2016-11-04prop224: Rename cert type to follow naming conventionDavid Goulet
2016-11-04prop224: Descriptor encoding implementationDavid Goulet
2016-11-04prop224: Add new cert type for hidden serviceDavid Goulet
2016-11-03Verify ed25519 link handshake certificatesNick Mathewson
2016-11-03Fix a misfeature with the Ed cert expiration APINick Mathewson
2016-11-03Make the current time an argument to x509 cert-checking functionsNick Mathewson
2016-11-03Add function to check RSA->Ed cross-certificationsNick Mathewson
2016-11-03Refactor RSA certificate checking into its own function.Nick Mathewson
2016-11-03Migrate certificates into a sub-structure of or_handshake_stateNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-05-28Generate weird certificates correctlyNick Mathewson
2015-05-28Enforce more correspondence between ri and eiNick Mathewson
2015-05-28Implement proposal 228: cross-certification with onion keysNick Mathewson
2015-05-28Implement ed25519-signed descriptorsNick Mathewson
2015-05-28prop220: Implement certificates and key storage/creationNick Mathewson