Age | Commit message (Expand) | Author |
2007-06-07 | Replace hacked OpenSSL code with OpenSSL 0.9.8e distribution. | Rob Austein |
2006-11-13 | Back port tweaks to silence compiler warnings. | Rob Austein |
2006-09-15 | Fix contributors' notice. | Rob Austein |
2006-09-15 | API cleanups prior to handing code to OpenSSL project. | Rob Austein |
2006-09-13 | Update copyright notices. Minor cosmetic changes. | Rob Austein |
2006-09-13 | Compile time conditionals, per Ben. | Rob Austein |
2006-08-26 | Add inheritance and subset tests. | Rob Austein |
2006-08-26 | Allow inheritance in "resource sets" since verification of certificate | Rob Austein |
2006-08-25 | Debug previously unused paths through new path validation code. | Rob Austein |
2006-08-24 | Anything covers a null resource set | Rob Austein |
2006-08-24 | v3_*_validate_resource_set() | Rob Austein |
2006-08-22 | Reorganize slightly to make canonical form functions global. | Rob Austein |
2006-08-17 | Catch a few corner cases in IPAddrBlocks_is_canonical(). | Rob Austein |
2006-08-17 | Get rid of dependencies on inet_pton() and inet_ntop(). | Rob Austein |
2006-08-17 | Refuse to encode overlapping ranges. Check for canonical form both | Rob Austein |
2006-08-16 | Tweaks to get null inheritance working | Rob Austein |
2006-08-16 | Rewrite address extention path validation to work bottom up, using | Rob Austein |
2006-08-16 | Clean up compiler warnings | Rob Austein |
2006-08-16 | Cache RFC 3779 extensions in X509 structure so we don't have to expand | Rob Austein |
2006-08-09 | Assertion caught memory leak | Rob Austein |
2006-08-04 | Checkpoint | Rob Austein |
2006-08-02 | Doh, helps to compare with the right value. | Rob Austein |
2006-08-01 | Have to set comparision function to use sk_find(). | Rob Austein |
2006-08-01 | Cleanup | Rob Austein |
2006-08-01 | Rewrite path validation to use error callbacks properly and plug | Rob Austein |
2006-08-01 | v3_addr_validate_path() | Rob Austein |
2006-07-27 | Update comments | Rob Austein |
2006-07-27 | Parse prefixes and ranges. Debug. | Rob Austein |
2006-07-27 | Clean up memory leaks. Get unused bit calculation right in range | Rob Austein |
2006-07-27 | Remove debugging hack. | Rob Austein |
2006-07-27 | Archive debugging hack. | Rob Austein |
2006-07-26 | Little cleanups while trying (and, so far, failing) to track down a | Rob Austein |
2006-07-26 | Fix IPAddressFamily_cmp() to do what the authors of RFC 3779 probably | Rob Austein |
2006-07-26 | Doh, helps to compare the right data | Rob Austein |
2006-07-26 | name_cmp() | Rob Austein |
2006-07-26 | Dumb error in ASN.1 templates. | Rob Austein |
2006-07-25 | Clean up compiler warnings. | Rob Austein |
2006-07-25 | An NID wasalready being defined for us by crypto/objects/objects.txt, | Rob Austein |
2006-07-25 | Function codes apparently must be uppercase | Rob Austein |
2006-07-25 | Cleanup memory usage. | Rob Austein |
2006-07-25 | Handle bare IP address, tighten up syntax checking a bit. Sure would | Rob Austein |
2006-07-25 | Don't confuse config file errors with memory alloction errors. Write | Rob Austein |
2006-07-24 | Comment and cleanup | Rob Austein |
2006-07-24 | Checkpoint | Rob Austein |
2006-07-24 | Checkpoint | Rob Austein |
2006-07-23 | Flag more prefix->range conversion errors | Rob Austein |
2006-07-23 | Constructors. | Rob Austein |
2006-07-22 | Add range_should_be_prefix() after concluding that previous code was | Rob Austein |
2006-07-22 | Doh, have to sort IPAddrBlocks sequence itself too. | Rob Austein |
2006-07-22 | Added most of v2i. Still missing error handling, method routines. | Rob Austein |