summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add test vectors from RFC 3961 for DES and DES3 to t_str2key.c. FixGreg Hudson2011-03-052-1/+98
* Include crypto_int.h for mit_des_fixup_key_parity prototypeEzra Peisach2011-03-051-6/+7
* Fix a conceptual (but not practical) type mismatch in the OpenSSLGreg Hudson2011-03-051-1/+1
* Make enc provider free_state function return voidGreg Hudson2011-03-056-25/+16
* Remove the init_state and free_state enctype functions and go back toGreg Hudson2011-03-053-49/+2
* Move t_cf2 from lib/crypto/builtin to lib/crypto/crypto_tests, as itGreg Hudson2011-03-059-20/+116
* Flatten lib/crypto/krb, as its seven subdirectories only contained aGreg Hudson2011-03-0541-577/+121
* Fix SHA-256 on big-endian platformsGreg Hudson2011-03-031-0/+4
* Consolidate almost all lib/crypto/krb headers into a singleGreg Hudson2011-03-02211-3866/+1884
* Simplify lib/crypto/krb/arcfour in the wake of r23444. Move theGreg Hudson2011-02-2811-393/+305
* Use the hash provider interface in krb5int_arcfour_string_to_key soGreg Hudson2011-02-282-34/+13
* Reference random-to-key handlers through the enctype instead of theGreg Hudson2011-02-2758-695/+482
* Remove nonexistent aes_ctr from object and source file lists inGreg Hudson2011-02-271-3/+0
* Namespace-protect SHA-256 symbols. Build SHA-256 code independently ofGreg Hudson2011-02-258-92/+68
* Add Fortuna test program to file list for dependency generationGreg Hudson2011-02-252-9/+23
* Add a non-default PRNG module which just retrieves entropy fromGreg Hudson2011-02-251-0/+94
* Remove some unnecessary includes from prng_fortuna.cGreg Hudson2011-02-251-2/+0
* Make dependGreg Hudson2011-02-2535-1420/+1303
* Now that all PRNG modules fit nicely into a single source file,Greg Hudson2011-02-2518-324/+149
* Remove Yarrow PRNG implementationGreg Hudson2011-02-2529-2913/+5
* A couple more Windows build system adjustments for Fortuna as defaultGreg Hudson2011-02-252-2/+8
* Add a stubs file missing from r24656Greg Hudson2011-02-251-0/+68
* Unbreak the OpenSSL and NSS crypto builds in the wake of r24652Greg Hudson2011-02-2411-79/+119
* Fix dangling Makefile reference after r24652Greg Hudson2011-02-241-1/+1
* Make dependGreg Hudson2011-02-241-9/+6
* Fortuna as default PRNGGreg Hudson2011-02-2412-839/+497
* Remember to free the result of getaddrinfo() in the new sendto_kdcGreg Hudson2011-02-231-0/+1
* Fix memory leak in t_expire_warnEzra Peisach2011-02-231-0/+1
* Fix a memory leak introduced in r23926 where k_cred was not freed onGreg Hudson2011-02-221-30/+24
* Don't leak the mechanism internal context when we get an error in theGreg Hudson2011-02-221-1/+6
* Fix a conceptual bug in r24639: the intermediate key container lengthGreg Hudson2011-02-181-1/+1
* Don't reject AP-REQs based on PACsGreg Hudson2011-02-161-35/+11
* hmac-md5 checksum doesn't work with DES keysGreg Hudson2011-02-161-1/+1
* In kg_acceptor_princ, make Coverity happy by using a different test toGreg Hudson2011-02-141-1/+1
* In kadm5_rename_principal, fix an oversight which would cause errorsGreg Hudson2011-02-131-1/+2
* Untabify trace.c (tabs crept in when the file was created)Greg Hudson2011-02-131-14/+14
* Defer hostname lookups in krb5_sendto_kdcGreg Hudson2011-02-1310-767/+588
* Trace logging file descriptor leakGreg Hudson2011-02-131-0/+1
* Reposition a trace call which was dereferencing freed memory afterGreg Hudson2011-02-131-1/+2
* Add missing KRB5_USE_INET6 ifdefs around some bits of IPv6 code whichGreg Hudson2011-02-091-0/+2
* Fix seg faulting trace log message for use of fallback realmGreg Hudson2011-02-081-1/+1
* Improve acceptor name flexibilityGreg Hudson2011-02-0713-150/+388
* Change flow control in krb5_gss_import_name to better match currentGreg Hudson2011-02-041-95/+60
* Remove an unnecessary statement in acquire_init_cred(). We never setGreg Hudson2011-02-031-7/+1
* Make principal renaming work in libkadm5srv by converting to explicitGreg Hudson2011-01-251-15/+49
* Make gss_krb5_set_allowable_enctypes work for the acceptorGreg Hudson2011-01-251-0/+9
* Add a trace log event for unrecognized enctypes in a profile enctypeGreg Hudson2011-01-212-6/+9
* Renamed static function krb5_rd_safe_basic into rd_safe_basic to avoid confus...Zhanna Tsitkov2011-01-181-5/+5
* In t_expire_warn.py, put the hashbang line at the top, instead ofGreg Hudson2011-01-181-1/+2
* In krb5_set_realm():Greg Hudson2011-01-121-4/+5