OpenBSD CVS

src/lib/libcrypto/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libcrypto

Current tag: OPENBSD_6_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] acss/        
[DIR] aes/        
[DIR] arc4random/        
[DIR] arch/        
[DIR] asn1/        
[DIR] bf/        
[DIR] bio/        
[DIR] bn/        
[DIR] buffer/        
[DIR] bytestring/        
[DIR] camellia/        
[DIR] cast/        
[DIR] chacha/        
[DIR] cmac/        
[DIR] cms/        
[DIR] comp/        
[DIR] conf/        
[DIR] crypto/        
[DIR] ct/        
[DIR] curve25519/        
[DIR] des/        
[DIR] dh/        
[DIR] doc/        
[DIR] dsa/        
[DIR] dso/        
[DIR] ec/        
[DIR] ecdh/        
[DIR] ecdsa/        
[DIR] engine/        
[DIR] err/        
[DIR] evp/        
[DIR] gost/        
[DIR] hidden/        
[DIR] hkdf/        
[DIR] hmac/        
[DIR] idea/        
[DIR] jpake/        
[DIR] kdf/        
[DIR] krb5/        
[DIR] lhash/        
[DIR] man/        
[DIR] md/        
[DIR] md2/        
[DIR] md4/        
[DIR] md5/        
[DIR] mdc2/        
[DIR] modes/        
[DIR] name/        
[DIR] objects/        
[DIR] ocsp/        
[DIR] pem/        
[DIR] perlasm/        
[DIR] pkcs12/        
[DIR] pkcs7/        
[DIR] poly1305/        
[DIR] pqueue/        
[DIR] rand/        
[DIR] rc2/        
[DIR] rc4/        
[DIR] rc5/        
[DIR] rijndael/        
[DIR] ripemd/        
[DIR] rsa/        
[DIR] seed/        
[DIR] sha/        
[DIR] sm2/        
[DIR] sm3/        
[DIR] sm4/        
[DIR] srp/        
[DIR] stack/        
[DIR] store/        
[DIR] threads/        
[DIR] ts/        
[DIR] txt_db/        
[DIR] ui/        
[DIR] util/        
[DIR] whrlpool/        
[DIR] x509/        
[DIR] x509v3/        
[TXT] Makefile  1.15   7 years  jsing   Add an EVP interface that provides concatenated MD5+SHA1 hashes, which are used ...
[TXT] Symbols.list  1.2   7 years  jsing   Add an EVP interface that provides concatenated MD5+SHA1 hashes, which are used ...
[TXT] cert.pem  1.15   7 years  sthen   Add the following root CAs, from SECOM Trust Systems / Security Communication of...
[TXT] cpt_err.c  1.13   9 years  jsing   Explicitly include <openssl/opensslconf.h> in every file that references an OPEN...
[TXT] cryptlib.c  1.40   7 years  beck   Send the function codes from the error functions to the bit bucket, as was done ...
[TXT] cryptlib.h  1.25   7 years  miod   Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by meaningf...
[TXT] crypto.h  1.40   8 years  bcook   include stdint.h for uint64_t noted by Bernard Spil
[TXT] cversion.c  1.15   9 years  jsing   Clean up versioning and remove #ifdefs that we do not define. ok beck@
[TXT] ex_data.c  1.19   7 years  beck   Send the function codes from the error functions to the bit bucket, as was done ...
[TXT] format-pem.pl  1.1   7 years  sthen   Add a helper script, format-pem.pl: a filter to sort and pretty-print cert.pem e...
[TXT] generate_pkgconfig.sh  1.2   7 years  beck   Make tree build again
[TXT] malloc-wrapper.c  1.3   10 years  jsing   More KNF.
[TXT] mem_clr.c  1.4   10 years  deraadt   tags as requested by miod and tedu
[TXT] mem_dbg.c  1.22   10 years  deraadt   tags as requested by miod and tedu
[TXT] openssl.cnf  1.2   9 years  sthen   openssl.cnf tweaks following recent changes to usr.bin/openssl: - don't define ...
[TXT] opensslfeatures.h  1.13   8 years  doug   Temporarily revive MD4 for MS CHAP support.
[TXT] opensslv.h  1.39   7 years  bcook   branches: 1.39.4; bump to 2.5.2
[TXT] ossl_typ.h  1.13   8 years  doug   Remove support for NO_ASN1_TYPEDEFS. This ifdef was introduced 15 years ago and...
[TXT] ppccap.c  1.6   9 years  deraadt   avoid sys/param.h; Jonas Termansen
[TXT] shlib_version  1.32   7 years  jsing   Bump minors due to symbol addition.
[TXT] sparccpuid.S  1.3   10 years  miod   Remove oh-so-important-from-a-security-pov OpenSSL_rtdsc() function.
[TXT] sparcv9cap.c  1.7   9 years  deraadt   Remove the OPENSSL_*cap getenv's. A program should not be able to change the be...
[TXT] x509v3.cnf  1.2   9 years  tobias   fixed overrid(d)en typo millert@ and jmc@ agree that "overriden" is wrong
[TXT] x86_64cpuid.pl  1.12   7 years  miod   Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by meaningf...
[TXT] x86_arch.h  1.1   7 years  miod   Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by meaningf...
[TXT] x86cpuid.pl  1.8   7 years  miod   Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by meaningf...
[TXT] Makefile (in the Attic) [Hide]  1.15   7 years  jsing   Add an EVP interface that provides concatenated MD5+SHA1 hashes, which are used ...
[TXT] alphacpuid.pl (in the Attic) [Hide]  1.3   10 years  miod   Remove oh-so-important-from-a-security-pov OpenSSL_rtdsc() function.
[TXT] arm_arch.h (in the Attic) [Hide]  1.7   8 years  jsg   fix the build on arm after the recent addition of -Wundef ok doug@ deraadt@
[TXT] armcap.c (in the Attic) [Hide]  1.6   9 years  deraadt   Remove the OPENSSL_*cap getenv's. A program should not be able to change the be...
[TXT] armv4cpuid.S (in the Attic) [Hide]  1.5   10 years  miod   Do not compile the neon probe code until __ARM_ARCH__ >= 7. Neon-specific code w...
[TXT] constant_time_locl.h (in the Attic) [Hide]  1.2   7 years  jsing   Explicitly export a list of symbols from libcrypto. Move the "internal" BN func...
[TXT] md32_common.h (in the Attic) [Hide]  1.22   7 years  miod   Remove I386_ONLY define. It was only used to prefer a faster-on-genuine-80386-bu...
[TXT] o_init.c (in the Attic) [Hide]  1.8   10 years  deraadt   tags as requested by miod and tedu
[TXT] o_str.c (in the Attic) [Hide]  1.9   9 years  tedu   stale prototype
[TXT] o_time.c (in the Attic) [Hide]  1.15   10 years  deraadt   tags as requested by miod and tedu
[TXT] o_time.h (in the Attic) [Hide]  1.7   7 years  jsing   Explicitly export a list of symbols from libcrypto. Move the "internal" BN func...
[TXT] pariscid.pl (in the Attic) [Hide]  1.5   10 years  miod   Do not output SOM-specific directives.
[TXT] ppccpuid.pl (in the Attic) [Hide]  1.4   10 years  miod   Detect Altivec support with the machdep.altivec sysctl rather than setmp and a S...