aboutsummaryrefslogtreecommitdiff
path: root/openssl/trunk/crypto/x509v3/v3_addr.c
AgeCommit message (Expand)Author
2007-06-07Replace hacked OpenSSL code with OpenSSL 0.9.8e distribution.Rob Austein
2006-11-13Back port tweaks to silence compiler warnings.Rob Austein
2006-09-15Fix contributors' notice.Rob Austein
2006-09-15API cleanups prior to handing code to OpenSSL project.Rob Austein
2006-09-13Update copyright notices. Minor cosmetic changes.Rob Austein
2006-09-13Compile time conditionals, per Ben.Rob Austein
2006-08-26Add inheritance and subset tests.Rob Austein
2006-08-26Allow inheritance in "resource sets" since verification of certificateRob Austein
2006-08-25Debug previously unused paths through new path validation code.Rob Austein
2006-08-24Anything covers a null resource setRob Austein
2006-08-24v3_*_validate_resource_set()Rob Austein
2006-08-22Reorganize slightly to make canonical form functions global.Rob Austein
2006-08-17Catch a few corner cases in IPAddrBlocks_is_canonical().Rob Austein
2006-08-17Get rid of dependencies on inet_pton() and inet_ntop().Rob Austein
2006-08-17Refuse to encode overlapping ranges. Check for canonical form bothRob Austein
2006-08-16Tweaks to get null inheritance workingRob Austein
2006-08-16Rewrite address extention path validation to work bottom up, usingRob Austein
2006-08-16Clean up compiler warningsRob Austein
2006-08-16Cache RFC 3779 extensions in X509 structure so we don't have to expandRob Austein
2006-08-09Assertion caught memory leakRob Austein
2006-08-04CheckpointRob Austein
2006-08-02Doh, helps to compare with the right value.Rob Austein
2006-08-01Have to set comparision function to use sk_find().Rob Austein
2006-08-01CleanupRob Austein
2006-08-01Rewrite path validation to use error callbacks properly and plugRob Austein
2006-08-01v3_addr_validate_path()Rob Austein
2006-07-27Update commentsRob 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-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-26Doh, helps to compare the right dataRob 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-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-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
2006-07-24CheckpointRob Austein
2006-07-24CheckpointRob Austein
2006-07-23Flag more prefix->range conversion errorsRob Austein
2006-07-23Constructors.Rob Austein
2006-07-22Add range_should_be_prefix() after concluding that previous code wasRob Austein
2006-07-22Doh, have to sort IPAddrBlocks sequence itself too.Rob Austein
2006-07-22Added most of v2i. Still missing error handling, method routines.Rob Austein