search for: crytographically

Displaying 7 results from an estimated 7 matches for "crytographically".

Did you mean: cryptographically
2017 Apr 25
3
RFC: Improving performance of HashString
On Tue, Apr 25, 2017 at 12:55 PM, Vedant Kumar via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> On Apr 24, 2017, at 5:37 PM, Scott Smith via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> I've been working on improving the startup performance of lldb, and ran into an issue with llvm::HashString. It works a character at a time, which creates a long
2007 Oct 05
2
FastIPSec and OCF
Hi, Does FASTIPSec in FreeBSD use OCF framework ? Where can I find more documentation ? I wish to run cryptographic algorithms after setting a VPN. What command should I use to run a particular crytographic algorithm (e.g. 3DES etc.) Where can I find all such information ? -- Regards, Bubble
2020 Aug 20
3
dovecot-SASL for Postfix: EXTERNAL does not work.
...ms are, including EXTERNAL. It just proxies stuff. If Dovecot claims to support SASL EXTERNAL but does not handle it, that that is a bit of a WTF. It would be tremendous to have true EXTERNAL support all through, i personally really like EXTERNAL, i would rather have some password-protected crytographically secured certificates in my local store, and have client certificates in all the IoT devices, than have to mess around with the OAUTH that the major players press forward, for example. Thanks, and Ciao from Germany, --steffen | |Der Kragenbaer, The moon bear, |der holt sich munter...
2002 Jul 04
1
random generators - curiosity
Hi again, This is just out of pure curiosity: I came across the documentation of the various random generators in R and saw that the entropy-based kernel random generator available on Linux, Solaris and some other OSes is not by default available. (This generators random values based on the entropy associated with all IO that is handled by the kernel -- this includes TCP/IP packets.) There
2020 Aug 20
0
dovecot-SASL for Postfix: EXTERNAL does not work.
...f a WTF. </div> <div> </div> <div> It would be tremendous to have true EXTERNAL support all through, </div> <div> i personally really like EXTERNAL, i would rather have some </div> <div> password-protected crytographically secured certificates in my </div> <div> local store, and have client certificates in all the IoT devices, </div> <div> than have to mess around with the OAUTH that the major players </div> <div> press forward, for example. <...
2017 Apr 25
4
RFC: Improving performance of HashString
I've been working on improving the startup performance of lldb, and ran into an issue with llvm::HashString. It works a character at a time, which creates a long dependency chain in the processor. On the other hand, the function is very short, which probably works well for short identifiers. I don't know how the mix of identifier length seen by lldb compares with that seen by
2010 Jul 19
7
(Single instance) attachment storage
Now that v2.0.0 is only waiting for people to report bugs (and me to figure out how to fix them), I've finally had time to start doing what I actually came here (Portugal Telecom/SAPO) to do. :) The idea is to have dbox and mdbox support saving attachments (or MIME parts in general) to separate files, which with some magic gives a possibility to do single instance attachment storage. Comments