aboutsummaryrefslogtreecommitdiff
path: root/openssl/trunk/crypto
AgeCommit message (Expand)Author
2006-08-09Assertion caught memory leakRob Austein
2006-08-04CheckpointRob Austein
2006-08-04regenRob Austein
2006-08-02Doh, helps to compare with the right value.Rob Austein
2006-08-01Add hooks for RFC 3779 path validation.Rob Austein
2006-08-01Have to set comparision function to use sk_find().Rob Austein
2006-08-01Fix double-free bugs.Rob Austein
2006-08-01Add RFC 3779 extensions to supported list.Rob Austein
2006-08-01Add X509_V_ERR_UNNESTED_RESOURCERob Austein
2006-08-01CleanupRob Austein
2006-08-01Rewrite path validation to use error callbacks properly and plugRob Austein
2006-08-01Rewrite path validation to use error callbacks properly and to plugRob Austein
2006-08-01UNNESTED_RESOURCERob Austein
2006-08-01v3_addr_validate_path()Rob Austein
2006-08-01TypoRob Austein
2006-08-01CommentsRob Austein
2006-08-01v3_asid_validate_path() et al.Rob Austein
2006-08-01RFC 3779 validation functions.Rob Austein
2006-07-27Update commentsRob Austein
2006-07-27Update header comment.Rob Austein
2006-07-27Re-ran "make test; ./Configure debug-sra".Rob Austein
2006-07-27Parse prefixes and ranges. Debug.Rob Austein
2006-07-27Clean up memory leaks. Get unused bit calculation right in rangeRob Austein
2006-07-27Fix string parsing to handle ranges. More memory leak checking (viaRob Austein
2006-07-27Remove debugging hacks.Rob Austein
2006-07-27Archive debugging hacks.Rob Austein
2006-07-27Remove debugging hack.Rob Austein
2006-07-27Archive debugging hack.Rob Austein
2006-07-26Little cleanups while trying (and, so far, failing) to track down aRob Austein
2006-07-26Fix IPAddressFamily_cmp() to do what the authors of RFC 3779 probablyRob Austein
2006-07-26Adjust i2r formatting to be closer to what v3_addr.c writes.Rob Austein
2006-07-26Rewrite asid_canonize() to merge ranges properly.Rob Austein
2006-07-26Doh, helps to compare the right dataRob Austein
2006-07-26name_cmp()Rob Austein
2006-07-26name_cmp()Rob Austein
2006-07-26Dumb error in ASN.1 templates.Rob Austein
2006-07-25Clean up compiler warnings.Rob Austein
2006-07-25Can't use #warning because gcc -Werror is set. Oh well, just have toRob Austein
2006-07-25Changes generated by running "make update".Rob Austein
2006-07-25Add RFC 3779 extensions. Boy, figuring out the NID order is a pain,Rob Austein
2006-07-25Add RFC 3779 extension modules.Rob Austein
2006-07-25Drop all of our extension junk into x509v3.h. For the moment I'mRob Austein
2006-07-25Use the NID that crypto/objects/objects.txt already lists for us. AddRob Austein
2006-07-25An NID wasalready being defined for us by crypto/objects/objects.txt,Rob Austein
2006-07-25Function codes apparently must be uppercaseRob Austein
2006-07-25Cleanup memory usage.Rob Austein
2006-07-25Cleanup _free() calls.Rob Austein
2006-07-25Handle bare IP address, tighten up syntax checking a bit. Sure wouldRob Austein
2006-07-25Don't confuse config file errors with memory alloction errors. WriteRob Austein
2006-07-24Comment and cleanupRob Austein