summaryrefslogtreecommitdiff
path: root/src/or/torcert.c
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-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-10-03torcert.c: mark some lines unreachable by testsNick Mathewson
2017-08-28Merge remote-tracking branch 'haxxpop/fuzzing-hsv3'Nick Mathewson
2017-08-13Mock rsa_ed25519_crosscert_checkSuphanat Chunhapanya
2017-07-28Bug 23055: cast, then multiply when doing u32*u32->u64.Nick Mathewson
2017-06-05Merge branch 'bug22466_diagnostic_030'Nick Mathewson
2017-06-01Use tor_assert_nonfatal() to try to detect #22466Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-12-01Merge remote-tracking branch 'dgoulet/ticket20568_030_01'Nick Mathewson
2016-11-10Move encode_cert to torcert.c and rename it to tor_cert_encode_ed22519()Neel Chauhan
2016-11-03Only check cert expiry vs TIME_MAX when time_t is less than 64-bitNick Mathewson
2016-11-03whitespace fixesNick Mathewson
2016-11-03Merge branch 'feature_15055_v2'Nick Mathewson
2016-11-03Audit use of tor_tls_cert_get_key().Nick Mathewson
2016-11-03Clean up comments, mark more branches as BUG.Nick Mathewson
2016-11-03Unit tests for cert-chain-processing, including failed casesNick Mathewson
2016-11-03Verify ed25519 link handshake certificatesNick Mathewson
2016-11-03Handle u32 overflow in ed25519 cert expiration time.Nick 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-10-26More module-level documentation.Nick Mathewson
2016-03-26Fix all doxygen warnings (other than missing docs)Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-27Make sure that every module in src/or has a brief description.Nick Mathewson
2015-11-30Fix undefined behavior caused by memory overlapcypherpunks
2015-07-14Add more consistency checks in load_ed_keysNick Mathewson
2015-06-01Appease make check-spacesAndrea Shepard
2015-05-28Fix a bug in earlier torcert fix, fix another.Nick Mathewson
2015-05-28Memory leak in tor_cert_parse. CID gi1301381Nick Mathewson
2015-05-28Generate weird certificates correctlyNick Mathewson
2015-05-28Enforce more correspondence between ri and eiNick Mathewson
2015-05-28Implement ed25519-signed descriptorsNick Mathewson
2015-05-28prop220: Implement certificates and key storage/creationNick Mathewson