summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/openssl
Commit message (Expand)AuthorAgeFilesLines
* Fix non-builtin crypto module buildsGreg Hudson2013-05-296-4/+24
* Simplify crypto IOV helpersGreg Hudson2013-05-244-189/+77
* Reduce boilerplate in makefilesGreg Hudson2013-05-1610-135/+0
* fix crypto openssl hmac warningGilles Espinasse2013-05-091-1/+1
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-194-57/+33
* De-conditionalize Camellia codeGreg Hudson2012-10-091-22/+0
* Untabify some files mistakenly created with tabsGreg Hudson2011-09-041-8/+8
* Move the des and AFS string-to-key implementations into lib/crypto/krb,Greg Hudson2011-03-115-101/+53
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0912-36/+18
* Add test vectors from RFC 3961 for DES and DES3 to t_str2key.c. FixGreg Hudson2011-03-051-1/+12
* 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-051-13/+5
* Consolidate almost all lib/crypto/krb headers into a singleGreg Hudson2011-03-0243-1140/+197
* Reference random-to-key handlers through the enctype instead of theGreg Hudson2011-02-2713-98/+103
* 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-252-9/+9
* Remove Yarrow PRNG implementationGreg Hudson2011-02-251-29/+0
* Unbreak the OpenSSL and NSS crypto builds in the wake of r24652Greg Hudson2011-02-246-23/+101
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-2810-186/+10
* Implement Camellia-CTS-CMAC instead of Camellia-CCMGreg Hudson2010-11-204-220/+417
* Include <openssl/des.h> in the OpenSSL back end's weak_key.c for theGreg Hudson2010-11-091-0/+1
* Improves prng code modularity. Introduces fortuna-like prng that can be used ...Zhanna Tsitkov2010-10-055-3/+124
* Add mit_afs_string_to_key declarationZhanna Tsitkov2010-10-051-0/+5
* Merge branches/nss to trunkGreg Hudson2010-10-022-2/+45
* Add dummy camellia subdir to openssl back end makefileGreg Hudson2010-09-081-1/+1
* Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2010-09-075-1/+268
* Fix cipher state chaining in OpenSSL back endGreg Hudson2010-02-183-61/+90
* Restructure the crypto checksum implementation to minimizeGreg Hudson2009-12-104-1/+6
* Make dependGreg Hudson2009-12-061-26/+32
* Make the libk5crypto hash_provider interface take crypto_iov listsGreg Hudson2009-12-066-77/+52
* Consolidate the IOV and non-IOV encryption/decryption code paths, andGreg Hudson2009-12-0412-916/+205
* Make the crc32 hash provider correctly chain multiple input buffers,Greg Hudson2009-11-301-5/+3
* Mark and reindent lib/cryptoGreg Hudson2009-11-2826-243/+268
* Move the arcfour directory from the crypto module dirs into krb. ThisGreg Hudson2009-11-2717-1006/+105
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-2218-178/+160
* make mark-cstyleTom Yu2009-10-3127-73/+55
* Corrected Copyrights and some minor reorganization in openssl impl. Zhanna Tsitkov2009-10-2938-2177/+431
* Files that were not picked up by svn rev #22995 commit:Zhanna Tsitkov2009-10-2914-0/+844
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-2812-39/+40
* Changed the crypto make system to add build flexibility. The update cancels t...Zhanna Tsitkov2009-10-238-86/+76
* Fix memory leaks in enc-perf workGreg Hudson2009-10-201-0/+1
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-199-133/+177
* Properly handle ivec for chaining opsZhanna Tsitkov2009-10-161-175/+34
* Fixed aes to handle the input buffers of the various sizesZhanna Tsitkov2009-10-151-140/+313
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-092-2/+2
* Crypto modularity proj: Populate openssl/aes dirZhanna Tsitkov2009-10-0610-0/+1546
* Impl. krb5int_aes_enc/decrypt_iov. Passes t_encrypt testZhanna Tsitkov2009-10-041-149/+144
* Crypto modularity proj: Populae openssl/arcfour dirZhanna Tsitkov2009-10-015-0/+788
* Crypto modularity proj: Populate openssl/des dir.Zhanna Tsitkov2009-10-0115-0/+848
* Crypto modulrity proj: Basic AES crypto for openssl implZhanna Tsitkov2009-10-011-0/+505